elixir-toolkit-theme 1.19.1 → 1.19.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/events.html +2 -1
- data/_includes/news.html +2 -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: dcf2f974c617f549899d2bc8b5866fc5ad57beadf223494bda72bba24e9c0bc2
|
4
|
+
data.tar.gz: 96f510ea1bec75f28ea30f1069535025196d18575446bce227f71f8022d575f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: faf77280e132e7c48a93488ac62c68f25d71d976df4b73a4d1de74de79a3957699f61158510c5720c127d85e6badcbd12a2c79aeb041b627f0d1ca46826d7482
|
7
|
+
data.tar.gz: 17e6a483517df46818cf7eed621601028aa68b392b93a0e9da949f02e8c0656390daa30a720d5f5944aa18e11eead891ee5790f6865218577685705e1ddfe273
|
data/_includes/events.html
CHANGED
@@ -33,7 +33,8 @@
|
|
33
33
|
{%- endfor %}
|
34
34
|
</ul>
|
35
35
|
{%- if include.caption == true%}
|
36
|
-
|
36
|
+
{%- assign caption_url = include.caption_url | default: "/events" %}
|
37
|
+
<small>An overview of all our events can be fount on the <a href="{{ caption_url | relative_url}}">events page</a>.</small>
|
37
38
|
{%- endif %}
|
38
39
|
</div>
|
39
40
|
<script>
|
data/_includes/news.html
CHANGED
@@ -31,6 +31,7 @@
|
|
31
31
|
{%- endfor %}
|
32
32
|
</ul>
|
33
33
|
{%- if include.caption == true %}
|
34
|
-
|
34
|
+
{%- assign caption_url = include.caption_url | default: "/news" %}
|
35
|
+
<small>For more news please visit our <a href="{{ caption_url | relative_url }}">news page</a>.</small>
|
35
36
|
{%- endif %}
|
36
37
|
</div>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: elixir-toolkit-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.19.
|
4
|
+
version: 1.19.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- bedroesb
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-09-
|
11
|
+
date: 2022-09-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|