classic-jekyll-theme 1.7.1 → 1.7.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e8b19d8a037fb2bb72fc2120951c809049f694c0
4
- data.tar.gz: 020b9addee5af487700781807747a4b3c500edae
3
+ metadata.gz: b01e77dbf15bd1fe5b99b37a621216328fac3c73
4
+ data.tar.gz: 6f762ca71a02a3c006c04b2d13584d47491ee62a
5
5
  SHA512:
6
- metadata.gz: 4113fca1e9793ee7031818c0526f54b491a437d151ee1776aa303c1a04d307fb78cd6d079a4d82b514af13aa5e1d9ca110e53e9a6e41ac4bc85f43b203c6fc51
7
- data.tar.gz: 72a04361d359b3baa441cde1964d5329edc377526cb1accf6e830a0e607eef4a8ed153e9c3af22fbd96559c3f2cf200e40762432298c4dce9797d17a1000492f
6
+ metadata.gz: 033a9f30a50a2354330b11d451c9b8c3d690fc308c3827e43b64a2032f12304838d0c095c1e011e809148d721eb6ac964601965628826ee98787921928cbb4bd
7
+ data.tar.gz: 8709992bc60e83596091c3a18e91f598abd70b3232888456ae15dc6bad3bb3b4403b475afc5488936b07428d15deb567b8029ea74a4542376c8fafb4afe7a5e4
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Classic-Jekyll-Theme v1.7.1
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.
@@ -120,7 +120,7 @@
120
120
  font-size: $small-font-size;
121
121
  }
122
122
 
123
- .pblock-store {
123
+ .cblock-store {
124
124
  text-align: center;
125
125
  font-size: $small-font-size;
126
126
  }
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.1
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-04 00:00:00.000000000 Z
11
+ date: 2017-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll-feed