jekyll-theme-perry 0.1.3 → 0.1.4
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/foot-scripts.html +3 -4
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a04ea2ddbd29b6d928ad8b5845bfdede88d9b56e
|
4
|
+
data.tar.gz: 7520525d0be56071324c106639b6e592cd903008
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db2615f372332598c3ff0bf919a3b21d9c5aa90d37fdc09d425241ba3d7849513cdd1bd443457e1140e57bbc2592053b19a84fe9675a32ac826c3579d5ceb7c8
|
7
|
+
data.tar.gz: 98f45d6cad33b930b8c3cebc93bb92aeb7bb3661d8552f5de36afa5ecd68a8aa7ac1fab1dcd9d9e8cc6baf74f4eb05554ef8679be43e9919db8c0aaa40da49af
|
data/_includes/foot-scripts.html
CHANGED
@@ -1,6 +1,5 @@
|
|
1
|
-
{% if jekyll.environment == 'production' %}{% if page.comments and site.disqus.shortname %}{% capture identifier %}{% if page.wordpress_id %}{{ page.wordpress_id }}{% else %}{{ page.url }}{% endif %}{% endcapture %}
|
2
|
-
<script
|
3
|
-
var disqus_shortname = '{{site.disqus.shortname}}'
|
1
|
+
{% if jekyll.environment == 'production' %}{% if page.comments and site.disqus.shortname %}{% capture identifier %}{% if page.wordpress_id %}{{ page.wordpress_id }}{% else %}{{ page.url }}{% endif %}{% endcapture %}
|
2
|
+
<script>
|
4
3
|
var disqus_config = function () {
|
5
4
|
this.page.url = {{site.url}}{{page.url}};
|
6
5
|
this.page.identifier = {{ identifier }};
|
@@ -8,7 +7,7 @@
|
|
8
7
|
|
9
8
|
(function() {
|
10
9
|
var d = document, s = d.createElement('script');
|
11
|
-
s.src = '//
|
10
|
+
s.src = '//{{site.disqus.shortname}}.disqus.com/embed.js';
|
12
11
|
s.setAttribute('data-timestamp', +new Date());
|
13
12
|
(d.head || d.body).appendChild(s);
|
14
13
|
})();
|