classic-jekyll-theme 1.8.1 → 1.8.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -1
  3. data/_includes/navbanner.html +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cb2581fe34ad4bdf46a02f3842b558d634da0824
4
- data.tar.gz: cbe79a0bd2332a98a533ea3389b449c62b20fa5c
3
+ metadata.gz: 264faca41718fedc82e15e7061e5d2760c5e1038
4
+ data.tar.gz: 286d558d003a79d504950465c96fc3b1d6055f66
5
5
  SHA512:
6
- metadata.gz: b7da2bd7d722dcfa43d406e6df3aa85554d5b9721adeb35ca62fd96b896cfef194aa3e3469904190db844d4f4c39951c3a8d225503a545c8563dc005d6ce7863
7
- data.tar.gz: 35667541c91682a0514413f287e97a7f3e56756b45df9790cf9a147af94bcfe09c47c78615abb24a17349f9ee8b4b1dfaf977a5db9ef919e7946b97d54bc96b1
6
+ metadata.gz: 33a6a6a8d543d288d73cf50c1fa5b1fa312bac72bfd0d4d59e557f716916dfc882ee1bf78536608af73a6706f6b336d157b5c02d7ea32d136f42b958f4939d72
7
+ data.tar.gz: 549a68373281065919d44d6c4935d43343e1b1895a1c8772d854cfd9410f7b025c1efa5b7cd673dfc85d9f84d1ab4b788a1ba978a5e5fffbcb31bde9cbac0e34
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Classic-Jekyll-Theme v1.8.1
1
+ # Classic-Jekyll-Theme v1.8.2
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
 
@@ -388,6 +388,10 @@ Release 1.8.1
388
388
 
389
389
  - Bugfix: sites not hosted at the domain root would have the wrong 'home' link.
390
390
 
391
+ Release 1.8.2
392
+
393
+ - Quickfix for screwup in 1.8.1
394
+
391
395
  ## Upgrade information
392
396
 
393
397
  ### from 0.2.6 to 1.0.0
@@ -578,6 +582,10 @@ The index for a menu item. If not present, the menu ordering is undetermined. If
578
582
 
579
583
  - The file `_includes/navbanner.html` was changed.
580
584
 
585
+ ### from 1.8.0 to 1.8.2
586
+
587
+ - The file `_includes/navbanner.html` was changed.
588
+
581
589
  ## Feedback
582
590
 
583
591
  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="{{ site.baseurl }}{{ site.baseurl }}"><p>{{ home }}</p></a></div>
34
+ <div class="menu-item-title"><a href="{{ site.url }}{{ site.baseurl }}"><p>{{ home }}</p></a></div>
35
35
  </div>
36
36
  </li>
37
37
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: classic-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.1
4
+ version: 1.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rien