jekyll-theme-amethyst 0.5.4 → 0.5.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/opengraph.html +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: b888148ddeed309539dd8b1cca933e608fec49c80bf193eb7501a3d91fb4ff1d
|
4
|
+
data.tar.gz: 7f39a9b28ebf484945fa38a76eb9c5ae0caa0959ef49c7ed1bad967a9ea3ed38
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db75864028d8e5dc0eb1f7ff6d7a2d5a522c5fe56253cdbda47cd3efeda2cd05c06a3b73ed49200c2504a69496e4d8e7d92ab30774b8955320474557b23fce13
|
7
|
+
data.tar.gz: acf904c9a0b6278f2f2e56e4d8a78f7e54f5bff0cce1865f7bcc8a267263ec60228b162ebce7e3a070a81557ff86f5b2177e48a1ba19df9a38d461339620d4d3
|
data/_includes/opengraph.html
CHANGED
@@ -47,7 +47,7 @@
|
|
47
47
|
|
48
48
|
|
49
49
|
{% if layout.amethyst.pagetype == "navigation" %}
|
50
|
-
<meta name="robots" content="{{ layout.amethyst.robots | default: 'noindex,follow' }}">
|
50
|
+
<meta name="robots" content="{{ page.amethyst.robots | default: layout.amethyst.robots | default: 'noindex,follow' }}">
|
51
51
|
<meta name="docsearch:amethyst_pagetype_navigation" content="1">
|
52
52
|
{% endif %}
|
53
53
|
|
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: 0.5.
|
4
|
+
version: 0.5.5
|
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: 2023-
|
12
|
+
date: 2023-06-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jekyll
|