picklecore 0.16.2 → 0.16.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/components/binds/sidebar-anchor.html +3 -3
- data/_includes/metadata/metadata.html +10 -3
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 31876582f81d83c6f13172b0bffd573c44e093155c66e9f0bab5f3fb7efd5185
|
4
|
+
data.tar.gz: a5e01842c99e7f36ca00d461ca1f655f48e6af1b9ed45efab84f20cc2acaa76e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5acf4605fffa8b6d6bbe5f35846dd7fc2f456b804cbe2e498d65028b4cc45d9c19de00e89365d40da0062e7f826583e6ee587aacac55690bf23a529772f22671
|
7
|
+
data.tar.gz: 2a00ea3a893949376efa2dbec1e073a980debe5f3a0dc5859133f52cc627b0c7e053d52cf05cc35bc4c16eb4380fabbc6c5d0116cc3a0d89b13bc39162956a10
|
@@ -11,9 +11,6 @@
|
|
11
11
|
<meta name="keywords" content="{{ site.keywords }}">
|
12
12
|
{% endif %}
|
13
13
|
{% endif %}
|
14
|
-
{% if site.keywords %}
|
15
|
-
<meta name="keywords" content="{{ site.keywords }}">
|
16
|
-
{% endif %}
|
17
14
|
{% if site.apple-touch-icon %}
|
18
15
|
<link rel="apple-touch-icon" sizes="180x180" href="{{ site.apple-touch-icon }}">
|
19
16
|
{% endif %}
|
@@ -26,6 +23,16 @@
|
|
26
23
|
{% if site.browserconfigxml %}
|
27
24
|
<meta name="msapplication-config" content="{{ site.browserconfigxml }}">
|
28
25
|
{% endif %}
|
26
|
+
{% if site.license-page %}
|
27
|
+
<link rel="license" href="{{ site.license-page }}">
|
28
|
+
{% endif %}
|
29
|
+
{% if site.author or page.author %}
|
30
|
+
{% if site.author %}
|
31
|
+
<link rel="author" href="{{ site.author }}">
|
32
|
+
{% else %}
|
33
|
+
<link rel="author" href="{{ page.author }}">
|
34
|
+
{% endif %}
|
35
|
+
{% endif %}
|
29
36
|
{% unless site.no_extra_head %}
|
30
37
|
{% include metadata/extra.html %}
|
31
38
|
{% 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.16.
|
4
|
+
version: 0.16.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Reece Dunham
|
@@ -136,8 +136,8 @@ homepage: https://github.com/rdilweb/PickleCore
|
|
136
136
|
licenses:
|
137
137
|
- MPL-2.0
|
138
138
|
metadata:
|
139
|
-
bug_tracker_uri: https://github.com/rdilweb/PickleCore/issues
|
140
|
-
documentation_uri: https://
|
139
|
+
bug_tracker_uri: https://github.com/rdilweb/PickleCore/issues/
|
140
|
+
documentation_uri: https://docs.rdil.rocks/libraries/picklecore/
|
141
141
|
homepage_uri: https://github.com/rdilweb/PickleCore/
|
142
142
|
source_code_uri: https://github.com/rdilweb/PickleCore/tree/master
|
143
143
|
wiki_uri: https://github.com/rdilweb/PickleCore/blob/master/README.md
|
@@ -157,7 +157,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
157
157
|
- !ruby/object:Gem::Version
|
158
158
|
version: '0'
|
159
159
|
requirements: []
|
160
|
-
rubygems_version: 3.
|
160
|
+
rubygems_version: 3.0.6
|
161
161
|
signing_key:
|
162
162
|
specification_version: 4
|
163
163
|
summary: A Jekyll theme built to create personal and small websites, but can easily
|