taletype 0.1.9 → 0.1.10
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/baidu_statistic.html +1 -13
- data/_includes/cnzz_statistic.html +1 -1
- data/_includes/giscus_comments.html +13 -13
- data/_includes/head.html +1 -1
- data/_layouts/post.html +4 -2
- 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: 5e7e24d6c6d4256533303f7c98df2fd2b844b01fe1178451623e1be9f0bab1a6
|
4
|
+
data.tar.gz: 29eb5f3ffb4a2e8cb56d1d1b7a8fe30d1e3bbcb0d0d8154cf6539ec4bebea490
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 697d126faecc47be1e91eca904195f87a0f8d9fe203ac1cf3eb6b6d79087b2d78599a25f40fe82a520f099921df3ea9b53367c922a64de628b606fd50fdd1a0e
|
7
|
+
data.tar.gz: 87bd67b640e3e249c3229c44f36931ed6675ebef81b5df48dfc0be6ffd75239e17bf6b7cd7ec5e46a41b4e954211f6305c33a338b812d488eb498f3fb7b4a3ae
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<script>
|
1
|
+
<script async type="text/javascript">
|
2
2
|
var _hmt = _hmt || [];
|
3
3
|
(function() {
|
4
4
|
var hm = document.createElement("script");
|
@@ -7,15 +7,3 @@
|
|
7
7
|
s.parentNode.insertBefore(hm, s);
|
8
8
|
})();
|
9
9
|
</script>
|
10
|
-
|
11
|
-
<!-- baidu auto push for seo -->
|
12
|
-
<script>
|
13
|
-
window.addEventListener('load', function () {
|
14
|
-
var src = 'http://push.zhanzhang.baidu.com/push.js'
|
15
|
-
var curProtocol = window.location.protocol.split(':')[0];
|
16
|
-
if (curProtocol === 'https') {
|
17
|
-
src = 'https://zz.bdstatic.com/linksubmit/push.js';
|
18
|
-
}
|
19
|
-
globalAddScript(src);
|
20
|
-
})
|
21
|
-
</script>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<div>
|
2
2
|
<center>
|
3
|
-
<script type="text/javascript">document.write(unescape("%3Cspan id='cnzz_stat_icon_{{ site.cnzz_statistic }}'%3E%3C/span%3E%3Cscript src='https://s4.cnzz.com/z_stat.php%3Fid%3D{{ site.cnzz_statistic }}%26show%3Dpic' type='text/javascript'%3E%3C/script%3E"));</script>
|
3
|
+
<script async type="text/javascript">document.write(unescape("%3Cspan id='cnzz_stat_icon_{{ site.cnzz_statistic }}'%3E%3C/span%3E%3Cscript src='https://s4.cnzz.com/z_stat.php%3Fid%3D{{ site.cnzz_statistic }}%26show%3Dpic' type='text/javascript'%3E%3C/script%3E"));</script>
|
4
4
|
</center>
|
5
5
|
</div>
|
@@ -1,15 +1,15 @@
|
|
1
1
|
<!-- https://giscus.app/ -->
|
2
|
-
<script src="https://giscus.app/client.js"
|
3
|
-
data-repo="{{ site.giscus.repo }}"
|
4
|
-
data-repo-id="{{ site.giscus.repo_id }}"
|
5
|
-
data-category="{{ site.giscus.category }}"
|
6
|
-
data-category-id="{{ site.giscus.category_id }}"
|
7
|
-
data-mapping="{{ site.giscus.mapping }}"
|
8
|
-
data-reactions-enabled="1"
|
9
|
-
data-emit-metadata="0"
|
10
|
-
data-input-position="{{ site.giscus.input_position }}"
|
11
|
-
data-theme="{{ site.giscus.theme }}"
|
12
|
-
data-lang="{{ site.giscus.lang }}"
|
13
|
-
crossorigin="anonymous"
|
14
|
-
async>
|
2
|
+
<script async src="https://giscus.app/client.js"
|
3
|
+
data-repo="{{ site.giscus.repo }}"
|
4
|
+
data-repo-id="{{ site.giscus.repo_id }}"
|
5
|
+
data-category="{{ site.giscus.category }}"
|
6
|
+
data-category-id="{{ site.giscus.category_id }}"
|
7
|
+
data-mapping="{{ site.giscus.mapping }}"
|
8
|
+
data-reactions-enabled="1"
|
9
|
+
data-emit-metadata="0"
|
10
|
+
data-input-position="{{ site.giscus.input_position }}"
|
11
|
+
data-theme="{{ site.giscus.theme }}"
|
12
|
+
data-lang="{{ site.giscus.lang }}"
|
13
|
+
crossorigin="anonymous"
|
14
|
+
async>
|
15
15
|
</script>
|
data/_includes/head.html
CHANGED
@@ -22,5 +22,5 @@
|
|
22
22
|
{% endif %}
|
23
23
|
|
24
24
|
<!-- Google AdSense-->
|
25
|
-
<script
|
25
|
+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client={{ site.google_adsense }}" crossorigin="anonymous"></script>
|
26
26
|
</head>
|
data/_layouts/post.html
CHANGED
@@ -41,5 +41,7 @@ layout: default
|
|
41
41
|
<a href="#" class="top">Top</a>
|
42
42
|
</div>
|
43
43
|
|
44
|
-
|
45
|
-
|
44
|
+
{% if site.addthis %}
|
45
|
+
<!-- Go to www.addthis.com/dashboard to customize your tools -->
|
46
|
+
<script async type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid={{ site.addthis }}"></script>
|
47
|
+
{% endif %}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: taletype
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- hutusi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-04-
|
11
|
+
date: 2022-04-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|