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 +4 -4
- data/_includes/function_tag-cloud.html +1 -1
- data/_layouts/statistics.html +2 -2
- data/lib/jekyll-theme-endless/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a087ba5f9c86e99bcd3456a6ec8c33b85b365bdb79b72812918c28da0877380
|
4
|
+
data.tar.gz: a759e1b82fb51f937d336830ab3a6791aa76035076cfea486d8dc7a6ce321612
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 %}
|
data/_layouts/statistics.html
CHANGED
@@ -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 |
|
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
|
|