classic-jekyll-theme 2.0.0 → 2.1.0

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -8
  3. data/_includes/menubar.html +3 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2b71475844bb7cddd2318f2fe3970f7792a2944c
4
- data.tar.gz: eceabe99cd3e9bb7c897321e1bc88d1a5e4e14b9
3
+ metadata.gz: bbc73e8e8784e287995d2de6e6bf5200551e73ee
4
+ data.tar.gz: bd4eacee640451134d271f8ad8bcd01e09dcbfd6
5
5
  SHA512:
6
- metadata.gz: b18decdffb3aea9584de2c5ca584495a5740d65b6497c4f29ad2ff1b09b6f89f6cc8cea61eefbf35e2628dbd060b00c70b003dfa5d38464b8afe9e914f34ea4c
7
- data.tar.gz: 06db3109cf24688a0a8a9c463c8f063ad223f687ab29dab71874eeb5202eda026ef41e0d0e2aa7f98695befcc1816738599b17f62b46dbb0e7175219535a55e6
6
+ metadata.gz: 89640dfccdb037ce297b73c9e7d8b57148a7a7d1c8eb7151b87044d466f55b113a33c8b0ae547e65f40b98de2b553ffb10587ac78c1d1b6d7b3ed1340721fdf5
7
+ data.tar.gz: 2b3ebc0df1dc73917e019fc18d68e05beef3aaa650d9d6f4ae5697ae8f8e28d6f2db314c7e49b641161989af1d5c021b7c66d98f764e885bea2b474ac1c71d01
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Classic-Jekyll-Theme v2.0.0
1
+ # Classic-Jekyll-Theme v2.1.0
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: widest, medium and narrow. It is probably best shown in an example:
4
4
 
@@ -81,16 +81,11 @@ Please see [http://balancingrock.github.io/classic-jekyll-theme](http://balancin
81
81
  ## History
82
82
 
83
83
  Release 2.0.0 (2017-12-19)
84
-
85
- ## Upgrade information
86
-
87
- ### from 1.9.4 to 2.0.0
88
-
89
- Complete overhaul of code base, but YAML frontmatter compatible with previous release (1.9.4)
84
+ [Release 2.1.0 (2018-01-22)](http://balancingrock.github.io/classic-jekyll-theme/classic/2017/12/22/bugfix-2-1.html)
90
85
 
91
86
  ## Suport & Feedback
92
87
 
93
- Comments, bug reports, feature requests and improvements are eagerly anticipated via email: rien@balancingrock.nl or via [github](https://github.com/Balancingrock/classic-jekyll-theme).
88
+ Comments, bug reports, feature requests and improvements are eagerly anticipated via email: rien@balancingrock.nl or via [github](http://balancingrock.github.io/classic-jekyll-theme).
94
89
 
95
90
  ## License
96
91
 
@@ -46,7 +46,7 @@
46
46
 
47
47
  -->{%- endcomment -%}
48
48
 
49
- {%- assign titlePages = site.pages | where:'menuInclude', true | where:'menuTopTitle', topTitle -%}
49
+ {%- assign titlePages = sortedPages | where:'menuTopTitle', topTitle -%}
50
50
 
51
51
  {%- assign subMenuTitles = "" | split: "" -%}
52
52
  {%- assign subMenuIndexes = "" | split: "" -%}
@@ -155,7 +155,7 @@
155
155
  {%- comment -%}<!-- Find page to link to -->{%- endcomment -%}
156
156
 
157
157
  {%- assign pageFound = false -%}
158
- {%- for ape in site.pages -%}
158
+ {%- for ape in sortedPages -%}
159
159
  {%- if ape.menuTopTitle == topTitle and ape.menuSubTitle == nil and ape.menuSubs == nil -%}
160
160
  {%- if ape.menuLink == false %}
161
161
  <p class="paddingAsLink">{{ topTitle }}</p>
@@ -167,7 +167,7 @@
167
167
  {%- endif -%}
168
168
  {%- endfor -%}
169
169
  {%- if pageFound == false -%}
170
- {%- for ape in site.pages -%}
170
+ {%- for ape in sortedPages -%}
171
171
  {%- if ape.menuTopTitle == topTitle and ape.menuTopIndex -%}
172
172
  {%- if ape.menuLink == false %}
173
173
  <p class="paddingAsLink">{{ topTitle }}</p>
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: 2.0.0
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rien
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-21 00:00:00.000000000 Z
11
+ date: 2018-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll