classic-jekyll-theme 1.8.3 → 1.8.4

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -1
  3. data/_layouts/default.html +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f9ece3b4bf182f0d1806fe322003acc2c035ddb5
4
- data.tar.gz: 507fadad0557cf8817808a653f8ae1c3c7710384
3
+ metadata.gz: 667f087979bb4416150d30b4f023f13d6e03966d
4
+ data.tar.gz: a8337cd4b8c4ab90cbb973f0d3dd95f4072f0689
5
5
  SHA512:
6
- metadata.gz: bde7ad02d8be69c3747274b5128b679f8b6f4fe2808b4a829edd961c6f24a78dc7a55334a922c3018d00ca00c6c1b72a41fc6a6e98fbd5634ae5120c19e8c77a
7
- data.tar.gz: 990e5b26ead6d726a469d10cb3ba255ba678467da55aa8da8a0dd186c2cf0d57dafcbf384a6fbbcf580364cbdf1e5da1ff825e3b3536986f4f337b00a53d5e60
6
+ metadata.gz: cdc8ebd8ca664e5975ac2ef08eae06904efbe33684ec1ffc33b30ed981452c6ea78f013cf5a5a57497e132c9372e6f317f55ddd30c2adf165425b99e55b34947
7
+ data.tar.gz: 5bc4034e5c702f4476726d9abfee90bf123dcb1dac17d44311c01164c2fdd40f7727c90f58aeb6c9a62ed48fcf396d9a3d966451c4f2d45a1b859a2f046eaa76
data/README.md CHANGED
@@ -592,7 +592,12 @@ The index for a menu item. If not present, the menu ordering is undetermined. If
592
592
 
593
593
  ### from 1.8.2 to 1.8.3
594
594
 
595
- - The file `_layouts/default.html` was changed (3rd line, replaced {{ with {% and }} with %})
595
+ - The file `_layouts/default.html` was changed (3rd line)
596
+
597
+ ### from 1.8.3 to 1.8.4
598
+
599
+ - The configuration file `_config.yml` updated to Jekyll 3.5 standard
600
+ - Updated the file `_layouts/default.html` again (3rd line)
596
601
 
597
602
  ## Feedback
598
603
 
@@ -1,6 +1,6 @@
1
1
  <!DOCTYPE html>
2
2
  {% if page.secondary-column %}{% if page.secondary-column == 'left' %}{% assign secondary-column = 'left' %}{% endif %}{% if page.secondary-column == 'right' %}{% assign secondary-column = 'right' %}{% endif %}{% else %}{% if site.data.setup.secondary-column == 'left' %}{% assign secondary-column = 'left' %}{% endif %}{% if site.data.setup.secondary-column == 'right' %}{% assign secondary-column = 'right' %}{% endif %}{% endif %}
3
- {% if page.secondary-column-content %}{% assign secondary-column-content = {% page.secondary-column-content %} %}{% else %}{% assign secondary-column-content = 'secondary-column.html' %}{% endif %}
3
+ {% if page.secondary-column-content %}{% assign secondary-column-content = page.secondary-column-content %}{% else %}{% assign secondary-column-content = 'secondary-column.html' %}{% endif %}
4
4
  {% if page.tertiary-column %}{% if page.tertiary-column == 'present' %}{% assign tertiary-column = 'present' %}{% endif %}{% else %}{% if site.data.setup.tertiary-column == 'present' %}{% assign tertiary-column = 'present' %}{% endif %}{% endif %}
5
5
  {% if page.tertiary-column-content %}{% assign tertiary-column-content = page.tertiary-column-content %}{% else %}{% assign tertiary-column-content = 'tertiary-column.html' %}{% endif %}
6
6
  {% if page.navbanner-position %}{% assign navbanner-position = page.navbanner-position %}{% else %}{% assign navbanner-position = site.data.setup.navbanner-position %}{% 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: 1.8.3
4
+ version: 1.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rien