jekyll-theme-endless 0.12.0 → 0.12.1
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-list.html +2 -1
- data/lib/jekyll-theme-endless/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6cc7605770d0fce934a71512290dff9d98743295d5d8136aca2edd4f4fa4c0a4
|
4
|
+
data.tar.gz: a6ee1691022f3f3a64f1128d114b3b58bd070143b891ad910fb101d35d3647c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '07301900a41c278277bb4f221156c47f2d50009b95ba08cb350a39a9937f8c67834407fa85248c36aba13cdcb0635cdc248f6b0f66ce6573f43290895f833aa5'
|
7
|
+
data.tar.gz: e272e32be10b49d370eb3eaa3bac5c36bf8089485603c8c40688fdf448dd365b2d1cff36b6f92a352bd1ae9a212ec3cef803be2003aced007199e2e04b1ad3d0
|
@@ -16,7 +16,8 @@ Requires an array of tags beeing provided via the parameter `tags`.
|
|
16
16
|
Here 'tag' Is NOT escaped, since the plugin generates
|
17
17
|
files for tag-pages with filenames using the unescaped tag.
|
18
18
|
{% endcomment %}
|
19
|
-
|
19
|
+
{% assign tag_dir = site.tag_dir | default: 'tags' %}
|
20
|
+
href="{{ '/' | append: tag_dir | append: '/' | append: current_tag | relative_url }}"
|
20
21
|
>{{ current_tag | escape }}</a></li>
|
21
22
|
{% endfor %}
|
22
23
|
</ul>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-endless
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.12.
|
4
|
+
version: 0.12.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sven Boekhoff
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll-asciidoc
|