jekyll-theme-hydeout 3.5.2 → 3.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/disqus.html +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c1b7911f24aea06abad46e32046af6eed2ab1071
|
|
4
|
+
data.tar.gz: 2d216e056868dae5c466fd49b8de06800d9fe80a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ac249c15803a98fb3eab7dbb5bd6e5869a1e5171372c18754663129b27cbca8dba64607757ee188b0b61a090b77b450b0d32b1a1cda3fb70c58238228f629b13
|
|
7
|
+
data.tar.gz: a854e935bfef95ea2a89e8effa5f061074d718d4298bfef242022d6953af1fa4e0449f9d9f787d991cef5b10002acd0a17748c1e94dd2892b07111076e3a18b7
|
data/_includes/disqus.html
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
function loadDisqusComments() { // DON'T EDIT BELOW THIS LINE
|
|
21
21
|
var d = document, s = d.createElement('script');
|
|
22
|
-
s.src = '
|
|
22
|
+
s.src = '//{{ site.disqus.shortname }}.disqus.com/embed.js';
|
|
23
23
|
s.setAttribute('data-timestamp', +new Date());
|
|
24
24
|
(d.head || d.body).appendChild(s);
|
|
25
25
|
}
|
|
@@ -40,4 +40,4 @@
|
|
|
40
40
|
If you do not wish to use Disqus, override the
|
|
41
41
|
<code>comments.html</code> partial for this theme.
|
|
42
42
|
</p>
|
|
43
|
-
{% endif %}
|
|
43
|
+
{% endif %}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-hydeout
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.5.
|
|
4
|
+
version: 3.5.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Fong
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-12-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -160,7 +160,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
160
160
|
version: '0'
|
|
161
161
|
requirements: []
|
|
162
162
|
rubyforge_project:
|
|
163
|
-
rubygems_version: 2.6.
|
|
163
|
+
rubygems_version: 2.6.14
|
|
164
164
|
signing_key:
|
|
165
165
|
specification_version: 4
|
|
166
166
|
summary: The Hyde theme for Jekyll, refreshed.
|