jekyll-theme-low 1.1.0 → 1.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
  SHA256:
3
- metadata.gz: 28413d284c32e083e72e1b5ecb0092ed6520342dafdaf12705723f302cc613c4
4
- data.tar.gz: f1bfa07b1ee2026c71b94a1026a54509391ed9dc8fbeaf669f8a44b05821ad6d
3
+ metadata.gz: 8813be8b5a52689788814716f726fa030bb491fe7b4a2943cba313acf47b74ba
4
+ data.tar.gz: c54bf6af6f53aaad6622cffe559c8ee4c2ae7649b85d793e2db5943245616bb7
5
5
  SHA512:
6
- metadata.gz: c9d6cd4b05aa7dab4b26924f5526c61e4eb50c83346beafc71563da70933dd54800f2e9dde58a235b20235a2d42eaf926284ba052cac3c9621f11b57cddc99e4
7
- data.tar.gz: 3792956b87132fdeafffdcef9d2d6da061bc6add1a9832d61e061856fd1a645aca38b80106c6f1091be94893fe96278e53de6babfd5f3f46a5600a0509dfc47f
6
+ metadata.gz: b48f9b27cbd98878d87ded3ca84ca7d9bafe83b1ceda0883fffcb9bc9d336052cb2287a5cfcd580e65c79f4ce142786908f93e1aed308506ac64239443650913
7
+ data.tar.gz: c798e6597aaa4489e99090d6f4a94e303901918f435c98961526efea6f6569610ba3b3acb48ed8deec094c5ab1573c5f7f40276011f0f3501fc0b4535bdc997c
@@ -17,7 +17,7 @@
17
17
  {% assign depth = page.path | split: "/" %}
18
18
  {% if depth.size == 1 and page.title %}
19
19
  {% assign ext = page.path | split: "." | last %}
20
- {% if ext == "md" %}
20
+ {% if ext == "md" and page.title != "Archive" %}
21
21
  <a class="title" href="{{ page.url | relative_url }}">{{ page.title | upcase }}</a>&nbsp;&nbsp;&nbsp;
22
22
  {% endif %}
23
23
  {% endif %}
data/lib/low/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  module Low
3
- VERSION = "1.1.0"
3
+ VERSION = "1.1.1"
4
4
  end
5
5
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-low
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Levent Kaya