classic-jekyll-theme 1.7.0 → 1.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9a74c09ff42b77a154bb68070ae3769272335ead
4
- data.tar.gz: b3065096bbc0ab68446f708ee1ca09e4d27b2df8
3
+ metadata.gz: e8b19d8a037fb2bb72fc2120951c809049f694c0
4
+ data.tar.gz: 020b9addee5af487700781807747a4b3c500edae
5
5
  SHA512:
6
- metadata.gz: 7b28e79f5fbbec9ee6131f268a3468668fe27baa75dfc9d5535dcaace04962592a2b7ccba8022a87ff7d4647bce7748230b0e71750df5a1774963d88ea1e88f4
7
- data.tar.gz: e1ca018f9e1889d58499823b8b8638eba072c62cde0460986e67931291ca904868cf27d800da48707f67b061adab06e7f6a18b47569037358e6998e32201132c
6
+ metadata.gz: 4113fca1e9793ee7031818c0526f54b491a437d151ee1776aa303c1a04d307fb78cd6d079a4d82b514af13aa5e1d9ca110e53e9a6e41ac4bc85f43b203c6fc51
7
+ data.tar.gz: 72a04361d359b3baa441cde1964d5329edc377526cb1accf6e830a0e607eef4a8ed153e9c3af22fbd96559c3f2cf200e40762432298c4dce9797d17a1000492f
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Classic-Jekyll-Theme v1.7.0
1
+ # Classic-Jekyll-Theme v1.7.1
2
2
 
3
3
  Welcome to Classic-Jekyll-Theme. This theme centers around one of the most used website structures on the web. A banner, navigation menu (dropdown), (up to) three columns and a footer. The design is fully responsive for three different screen widths: wide, medium and narrow. It is probably best shown in an example:
4
4
 
@@ -367,6 +367,10 @@ Release 1.7.0
367
367
 
368
368
  - Added support for custom column settings & content on a page by page basis.
369
369
 
370
+ Release 1.7.1
371
+
372
+ - Fixed a problem in the `_includes/widgets/recent-posts.html`.
373
+
370
374
  ## Upgrade information
371
375
 
372
376
  ### from 0.2.6 to 1.0.0
@@ -518,6 +522,11 @@ The index for a menu item. If not present, the menu ordering is undetermined. If
518
522
  - Note that the global variable _secondary_column_ has been changed to _secondary-column_.
519
523
  - And _tertiary_column_ has been changed to _tertiary-column_.
520
524
 
525
+ ### from 1.7.0 to 1.7.1
526
+
527
+ - Update the version number in the `Gemfile` & delete the `Gemfile.lock` file.
528
+ - The file `_includes/widgets/recent-posts.html` has been updated.
529
+
521
530
  ## Feedback
522
531
 
523
532
  Comments, bug reports, feature requests and improvements are eagerly anticipated via email: rien@balancingrock.nl.
@@ -11,8 +11,7 @@ Configure the text for the header message in "_data/text-for.yml" for the item `
11
11
  {% assign recent = 'Recent' %}
12
12
  {% if site.data.text-for.tRecent %}{% assign recent = site.data.text-for.tRecent %}{% endif %}
13
13
  <h1>{{ recent }}:</h1>
14
- {% for post in site.posts %}
15
- {% if for.index > site.data.setup.number-of-recent-posts-in-widget %}{% break %}{% endif %}
14
+ {% for post in site.posts limit: site.data.setup.number-of-recent-posts-in-widget %}
16
15
  <p><a href="{{ post.url }}">{% if post.date %}{{ post.date | date: "%F" }}{% endif %} {{ post.title }}</a></p>
17
16
  {% endfor %}
18
17
  </div>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: classic-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rien
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-28 00:00:00.000000000 Z
11
+ date: 2017-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll-feed