classic-jekyll-theme 1.8.0 → 1.8.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -1
  3. data/_includes/navbanner.html +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c704de0479f5e312da02ad959eceb74eb0d11164
4
- data.tar.gz: 368d4c6d1a51b0b072d0228534a9d4b4bf06075f
3
+ metadata.gz: cb2581fe34ad4bdf46a02f3842b558d634da0824
4
+ data.tar.gz: cbe79a0bd2332a98a533ea3389b449c62b20fa5c
5
5
  SHA512:
6
- metadata.gz: 4ec68dc43d4b7ecbc35f9df309a5dd8d5c4bc8e2702927c66fdaf907ca57f9984f9087c1f0e53e4416278ce3013f51cfa36488fbc662af3a018afcdf79da5613
7
- data.tar.gz: 07e3734883a04221d543ae5ddd0946cb81f7e589fed2a6b6e1a5c7840cea10e45ea9b402fb7837bf98c9b0da98bcad0f8d761cd5711aa22bacaee26c1a1ea308
6
+ metadata.gz: b7da2bd7d722dcfa43d406e6df3aa85554d5b9721adeb35ca62fd96b896cfef194aa3e3469904190db844d4f4c39951c3a8d225503a545c8563dc005d6ce7863
7
+ data.tar.gz: 35667541c91682a0514413f287e97a7f3e56756b45df9790cf9a147af94bcfe09c47c78615abb24a17349f9ee8b4b1dfaf977a5db9ef919e7946b97d54bc96b1
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Classic-Jekyll-Theme v1.8.0
1
+ # Classic-Jekyll-Theme v1.8.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
 
@@ -384,6 +384,9 @@ Release 1.8.0
384
384
  - Allow banner & menu area to be placed at the top of the main column only.
385
385
  - Added controls for setting the top and bottom free room of the column dividers.
386
386
 
387
+ Release 1.8.1
388
+
389
+ - Bugfix: sites not hosted at the domain root would have the wrong 'home' link.
387
390
 
388
391
  ## Upgrade information
389
392
 
@@ -571,6 +574,10 @@ The index for a menu item. If not present, the menu ordering is undetermined. If
571
574
  _sass/classic/_layout.scss
572
575
  ~~~~
573
576
 
577
+ ### from 1.8.0 to 1.8.1
578
+
579
+ - The file `_includes/navbanner.html` was changed.
580
+
574
581
  ## Feedback
575
582
 
576
583
  Comments, bug reports, feature requests and improvements are eagerly anticipated via email: rien@balancingrock.nl.
@@ -31,7 +31,7 @@
31
31
  <li>
32
32
  <div class="menu-item">
33
33
  <div class="menu-item-symbol"></div>
34
- <div class="menu-item-title"><a href="/"><p>{{ home }}</p></a></div>
34
+ <div class="menu-item-title"><a href="{{ site.baseurl }}{{ site.baseurl }}"><p>{{ home }}</p></a></div>
35
35
  </div>
36
36
  </li>
37
37
 
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.8.0
4
+ version: 1.8.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-02-06 00:00:00.000000000 Z
11
+ date: 2017-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll-feed