jekyll-theme-amethyst 1.0.3 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/wrapper.html +3 -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: d266106998f837dc87b9400d550b909e8d3c34d57bd3b4f0b1f38e3dc5c3d03b
|
4
|
+
data.tar.gz: e5b5cd9501161c5221b4bd43b336202e0b0b22a77a6b2fcc77a5177e50e93d93
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e4fa532ac951cbec039e6611db5924e57b50baea29fd8deaa7fc9d24568d3db18cbec26e2bcfe158dd1a46be5b52aad730a748ea2ba66f50e0be9c5f40d927d
|
7
|
+
data.tar.gz: 70e27c6890f693c2b9c10fc0bf3d13915d2ca0146a916058ddafac5bf82809bc398ea270df69019a98cfde33d5ef38854c47d4f5fa060c3b8ccab57abb58d80d
|
data/_layouts/wrapper.html
CHANGED
@@ -89,7 +89,9 @@
|
|
89
89
|
{%- if site.amethyst.twitter %}
|
90
90
|
<a href="https://twitter.com/{{ site.amethyst.twitter | escape }}" target="_blank" rel="noopener">Twitter</a>
|
91
91
|
{% endif -%}
|
92
|
-
{%- if site.amethyst.
|
92
|
+
{%- if site.amethyst.chat %}
|
93
|
+
<a href="{{ site.amethyst.chat | escape }}" target="_blank" rel="noopener">Chat</a>
|
94
|
+
{%- elsif site.amethyst.gitter %}
|
93
95
|
<a href="https://gitter.im/{{ site.amethyst.gitter | escape }}" target="_blank" rel="noopener">Chat</a>
|
94
96
|
{%- endif %}
|
95
97
|
</p>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-amethyst
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Timo Tijhof
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-
|
12
|
+
date: 2024-07-02 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jekyll
|