classic-jekyll-theme 1.7.1 → 1.7.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 +10 -1
- data/_sass/classic/_support.scss +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: b01e77dbf15bd1fe5b99b37a621216328fac3c73
|
|
4
|
+
data.tar.gz: 6f762ca71a02a3c006c04b2d13584d47491ee62a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 033a9f30a50a2354330b11d451c9b8c3d690fc308c3827e43b64a2032f12304838d0c095c1e011e809148d721eb6ac964601965628826ee98787921928cbb4bd
|
|
7
|
+
data.tar.gz: 8709992bc60e83596091c3a18e91f598abd70b3232888456ae15dc6bad3bb3b4403b475afc5488936b07428d15deb567b8029ea74a4542376c8fafb4afe7a5e4
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Classic-Jekyll-Theme v1.7.
|
|
1
|
+
# Classic-Jekyll-Theme v1.7.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
|
|
|
@@ -371,6 +371,10 @@ Release 1.7.1
|
|
|
371
371
|
|
|
372
372
|
- Fixed a problem in the `_includes/widgets/recent-posts.html`.
|
|
373
373
|
|
|
374
|
+
Release 1.7.2
|
|
375
|
+
|
|
376
|
+
- Fixed a bug in the blocked-layout.
|
|
377
|
+
|
|
374
378
|
## Upgrade information
|
|
375
379
|
|
|
376
380
|
### from 0.2.6 to 1.0.0
|
|
@@ -527,6 +531,11 @@ The index for a menu item. If not present, the menu ordering is undetermined. If
|
|
|
527
531
|
- Update the version number in the `Gemfile` & delete the `Gemfile.lock` file.
|
|
528
532
|
- The file `_includes/widgets/recent-posts.html` has been updated.
|
|
529
533
|
|
|
534
|
+
### from 1.7.1 to 1.7.2
|
|
535
|
+
|
|
536
|
+
- Update the version number in the `Gemfile` & delete the `Gemfile.lock` file.
|
|
537
|
+
- The file `_sass/classic/_support.scss` has been updated.
|
|
538
|
+
|
|
530
539
|
## Feedback
|
|
531
540
|
|
|
532
541
|
Comments, bug reports, feature requests and improvements are eagerly anticipated via email: rien@balancingrock.nl.
|
data/_sass/classic/_support.scss
CHANGED
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.7.
|
|
4
|
+
version: 1.7.2
|
|
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-
|
|
11
|
+
date: 2017-02-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll-feed
|