classic-jekyll-theme 2.1.0 → 2.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bbc73e8e8784e287995d2de6e6bf5200551e73ee
4
- data.tar.gz: bd4eacee640451134d271f8ad8bcd01e09dcbfd6
3
+ metadata.gz: 8e1bf518a8ffce59e0a02b3da23ddda8742fb32e
4
+ data.tar.gz: 75212966a19491460977a8a006e3a1b617648a1c
5
5
  SHA512:
6
- metadata.gz: 89640dfccdb037ce297b73c9e7d8b57148a7a7d1c8eb7151b87044d466f55b113a33c8b0ae547e65f40b98de2b553ffb10587ac78c1d1b6d7b3ed1340721fdf5
7
- data.tar.gz: 2b3ebc0df1dc73917e019fc18d68e05beef3aaa650d9d6f4ae5697ae8f8e28d6f2db314c7e49b641161989af1d5c021b7c66d98f764e885bea2b474ac1c71d01
6
+ metadata.gz: a7d9fbafc2053ea7b8e4166946d90ffae96c5e8638227dc1eea75342bb394b11411e5a2d86f1b1fb8d1f556f28938767a00ccd912591e0dbe29ac0d1b61e6cc3
7
+ data.tar.gz: a22270741944444d1fb5d13d8857f6d079c8a6d461b3dd3f4b28be775431b92d8259126dce7f268fd34d1609077f97eb2e1ad762c5f44f6bb58263f9a46757dd
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Classic-Jekyll-Theme v2.1.0
1
+ # Classic-Jekyll-Theme v2.1.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: widest, medium and narrow. It is probably best shown in an example:
4
4
 
@@ -81,7 +81,7 @@ Please see [http://balancingrock.github.io/classic-jekyll-theme](http://balancin
81
81
  ## History
82
82
 
83
83
  Release 2.0.0 (2017-12-19)
84
- [Release 2.1.0 (2018-01-22)](http://balancingrock.github.io/classic-jekyll-theme/classic/2017/12/22/bugfix-2-1.html)
84
+ [Release 2.1.1 (2018-01-22)](http://balancingrock.github.io/classic-jekyll-theme/classic/2017/12/22/bugfix-2-1.html)
85
85
 
86
86
  ## Suport & Feedback
87
87
 
@@ -9,12 +9,12 @@
9
9
  {%- assign cats = site.pages | where:'layout', 'category-page' | sort:'title' -%}
10
10
  {%- if cats.size > 0 -%}
11
11
  {%- for cat in cats %}
12
- <div class="title"><a href="{{ cat.url | relative_url }}"><p>{{ cat.title | capitalize }}</p></a></div>
12
+ <div class="text"><a href="{{ cat.url | relative_url }}"><p>{{ cat.title | capitalize }}</p></a></div>
13
13
  {%- endfor -%}
14
14
  {%- else -%}
15
15
  {%- assign no-categories = 'None' -%}
16
16
  {%- if site.data.text-for.tNoCategories -%}{%- assign no-categories = site.data.text-for.tNoCategories -%}{%- endif %}
17
- <div class="title"><p>{{ no-categories | capitalize }}</p></div>
17
+ <div class="text"><p>{{ no-categories | capitalize }}</p></div>
18
18
  {%- endif %}
19
19
  </div>
20
20
  {%- endif %}
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: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rien