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.
- checksums.yaml +4 -4
- data/README.md +8 -1
- data/_includes/navbanner.html +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb2581fe34ad4bdf46a02f3842b558d634da0824
|
|
4
|
+
data.tar.gz: cbe79a0bd2332a98a533ea3389b449c62b20fa5c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b7da2bd7d722dcfa43d406e6df3aa85554d5b9721adeb35ca62fd96b896cfef194aa3e3469904190db844d4f4c39951c3a8d225503a545c8563dc005d6ce7863
|
|
7
|
+
data.tar.gz: 35667541c91682a0514413f287e97a7f3e56756b45df9790cf9a147af94bcfe09c47c78615abb24a17349f9ee8b4b1dfaf977a5db9ef919e7946b97d54bc96b1
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Classic-Jekyll-Theme v1.8.
|
|
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.
|
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="
|
|
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.
|
|
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-
|
|
11
|
+
date: 2017-05-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll-feed
|