jekyll-theme-endless 0.12.2 → 0.12.3

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
  SHA256:
3
- metadata.gz: a194e172560e2377bdd19087d1ef016fade4a67ad3091459d788cb8a8c024edf
4
- data.tar.gz: e9c6d65a3e5d82844075bf323db5a7dd94f97c626260f021ff7575fc0a5382f0
3
+ metadata.gz: 4a087ba5f9c86e99bcd3456a6ec8c33b85b365bdb79b72812918c28da0877380
4
+ data.tar.gz: a759e1b82fb51f937d336830ab3a6791aa76035076cfea486d8dc7a6ce321612
5
5
  SHA512:
6
- metadata.gz: 99fc6e25205e9da0f93f4466b872fb00ad6cb9fcc1825b8a18d8b0e58bad0fee2d4952a5c87c76aef67cbd97421ba9c7687298589268c71166f3580b6994641a
7
- data.tar.gz: 1bf38e7184095c500a55b4ef64778cced57d7748037d747f03b7beee8b0d706e97494ef50a2bc41d061a0a296fb13f4ad600c5f41999ee7a6971c4861f831cba
6
+ metadata.gz: 07d993b7ccb8287c3c2b4dfce3f9070082555fa5e317f62c432f40c541d4905c0ae01c31db8cfc703512ef2485a66f4c8bba9ea4792c4dea68686650cc01f09f
7
+ data.tar.gz: 6adfce4d8c05e32d8eeb67c30e435178da410536bcab4e9e07db386fde3174daf073127a75221b0706c4f46be5d2eb93ab9c25b8ab725d5fb855853e3091b129
@@ -116,7 +116,7 @@ Assumption: Non of the tags occurs more than one million times.
116
116
  that were already escaped by AsciiDocify, or, if special characters are present,
117
117
  the tags were set unescaped through the Jekyll front matter.
118
118
  {% endcomment %}
119
- >{{ tagname |escape }}</a>
119
+ >{{ tagname | escape }}</a>
120
120
  </li>
121
121
 
122
122
  {% endfor %}
@@ -40,8 +40,8 @@ layout: page
40
40
 
41
41
  {% endfor %}
42
42
 
43
- {% comment %}Sort the tags in alphabetical order.{% endcomment %}
44
- {% assign tags_without_description = tags_without_description | sort %}
43
+ {% comment %}Sort the tags in alphabetical order (case-insensitive).{% endcomment %}
44
+ {% assign tags_without_description = tags_without_description | sort_natural %}
45
45
 
46
46
 
47
47
 
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Endless
3
- VERSION = '0.12.2'
3
+ VERSION = '0.12.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-endless
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.2
4
+ version: 0.12.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sven Boekhoff