classic-jekyll-theme 1.8.1 → 1.8.2
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 +4 -4
- data/README.md +9 -1
- data/_includes/navbanner.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 264faca41718fedc82e15e7061e5d2760c5e1038
|
|
4
|
+
data.tar.gz: 286d558d003a79d504950465c96fc3b1d6055f66
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 33a6a6a8d543d288d73cf50c1fa5b1fa312bac72bfd0d4d59e557f716916dfc882ee1bf78536608af73a6706f6b336d157b5c02d7ea32d136f42b958f4939d72
|
|
7
|
+
data.tar.gz: 549a68373281065919d44d6c4935d43343e1b1895a1c8772d854cfd9410f7b025c1efa5b7cd673dfc85d9f84d1ab4b788a1ba978a5e5fffbcb31bde9cbac0e34
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Classic-Jekyll-Theme v1.8.
|
|
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.
|
data/_includes/navbanner.html
CHANGED
|
@@ -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.
|
|
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
|
|