picklecore 0.15.3 → 0.15.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/metadata/metadata.html +25 -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: acc862661c6a7156c963f339cac56753c19864956ecd8e6239e5cf28686f95f4
|
4
|
+
data.tar.gz: 76374bdd5129eca22da318e4c538d09bf7f34f9457ea473a86a8953671d51b1f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0b544b8f4abef83575c6b72ebaeda3ee6f341dccf8bfa63e6d2dcc77579e4653e29917a7e4af0645abe59d728f054eff39432ad460abba5028e5df4686b47f5
|
7
|
+
data.tar.gz: b33b274706eae969b99818adb3309b5a372e5252fe3d83e10931b7b9ed853e188463dc59a3eb84f148cc3bca92f2aa5f1dabbb6f7f5d8fa8260f446cce2a9836
|
@@ -1,7 +1,31 @@
|
|
1
1
|
<meta charset="{{ site.charset | default: 'utf-8' }}">
|
2
2
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
3
3
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
4
|
+
<meta name="msapplication-TileColor" content="{{ include styling/theme-color.css }}">
|
5
|
+
<meta name="theme-color" content="{{ include styling/theme-color.css }}">
|
4
6
|
{% seo %}
|
7
|
+
{% if site.keywords or page.keywords %}
|
8
|
+
{% if page.keywords %}
|
9
|
+
<meta name="keywords" content="{{ page.keywords }}">
|
10
|
+
{% else %}
|
11
|
+
<meta name="keywords" content="{{ site.keywords }}">
|
12
|
+
{% endif %}
|
13
|
+
{% endif %}
|
14
|
+
{% if site.keywords %}
|
15
|
+
<meta name="keywords" content="{{ site.keywords }}">
|
16
|
+
{% endif %}
|
17
|
+
{% if site.apple-touch-icon %}
|
18
|
+
<link rel="apple-touch-icon" sizes="180x180" href="{{ site.apple-touch-icon }}">
|
19
|
+
{% endif %}
|
20
|
+
{% if site.webmanifest %}
|
21
|
+
<link rel="manifest" href="{{ site.webmanifest }}">
|
22
|
+
{% endif %}
|
23
|
+
{% if site.safari-pinned-tab %}
|
24
|
+
<link rel="mask-icon" href="{{ site.safari-pinned-tab }}" color="#5bbad5">
|
25
|
+
{% endif %}
|
26
|
+
{% if site.browserconfigxml %}
|
27
|
+
<meta name="msapplication-config" content="{{ site.browserconfigxml }}">
|
28
|
+
{% endif %}
|
5
29
|
{% unless site.no_extra_head %}
|
6
|
-
|
30
|
+
{% include metadata/extra.html %}
|
7
31
|
{% endunless %}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: picklecore
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.15.
|
4
|
+
version: 0.15.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Reece Dunham
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-01-
|
12
|
+
date: 2020-01-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jekyll
|