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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dc80bf42565f49c321c64f67296a46c8bea883b1379eb2290b42627132dad993
4
- data.tar.gz: 3fb75f4a871c95b60ae27348dad81a998c0a207d4f2ba5fd64b4db37974f3bb4
3
+ metadata.gz: 5e7e24d6c6d4256533303f7c98df2fd2b844b01fe1178451623e1be9f0bab1a6
4
+ data.tar.gz: 29eb5f3ffb4a2e8cb56d1d1b7a8fe30d1e3bbcb0d0d8154cf6539ec4bebea490
5
5
  SHA512:
6
- metadata.gz: 3d856fbdbdf2440bb37c750da672618ceefd2d046abde3ba7f153a82c245fd1e97b05d5925549bbb56c261fc138de594fb380a7fe6f2b85bb6e1d2331bd698fe
7
- data.tar.gz: 3649e69d80cc4ef39d2c0c37d0e48b394da5597b7ca231bca7a8adfb9180c5ec5378aa5f15f1b240ff4d152ac7330de44d8728141c36e4c9e6c1f5fdfb67a9c4
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 data-ad-client="{{ site.google_adsense }}" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></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
- <!-- Go to www.addthis.com/dashboard to customize your tools -->
45
- <script async type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-4fa6932104ee5f3f"></script>
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.9
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-03 00:00:00.000000000 Z
11
+ date: 2022-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll