jekyll-theme-mdui 0.2.2 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d5ff9ef48b4d7914f64a7a87b44f22d75d3377c7
4
- data.tar.gz: 1bfd37ed1fc410624abfa8c0039436973589e9b2
3
+ metadata.gz: b865a3234c51c6281045fdbfd298eb8b1f06d244
4
+ data.tar.gz: 917b77acb96bf4fd2af9f4bc6bc45ada3f4abb07
5
5
  SHA512:
6
- metadata.gz: 9067cb300f9158e5059f492fed975e7ed01ca3c67c062bf2e77e0711315f915d83f492201ab32d7c5d51d2fb54192f33f70f7349db01a7935bf22254e86b43ff
7
- data.tar.gz: 7145e673899389caf5e47fe36a42378993767717f8d1384c03e40fb3f574f5136e006a1889f6c54bc2f6df3b10b57ede451ace48ff5a9fab5e3297fe7238a3be
6
+ metadata.gz: 34c9e3f4ed63c80cfcf54cc9a338b23a9ae09d3f6e304723c1720478c7b9d6f1b14d1bff2860d65b1b89f75c8eb951e82b2b3d5a0faf0cd5be477d14af5c0847
7
+ data.tar.gz: 521d056167ea93a2e7d272cffc6773ffef3635fd43f5f21d9128d83737d80f7b71dfd8e1b8265869aa48aafacce247e6e7761915d3cbddb644dfb5ca782bb07e
data/README.md CHANGED
@@ -4,7 +4,7 @@ A Jekyll theme based on mdui
4
4
 
5
5
  [demo](https://blog.kejun.space)
6
6
 
7
- [![Version](https://img.shields.io/badge/version-0.2.1-green.svg?style=flat-square)]()
7
+ [![Version](https://img.shields.io/badge/version-0.2.3-green.svg?style=flat-square)]()
8
8
  [![Jekyll](https://img.shields.io/badge/Jekyll-3.4+-green.svg?style=flat-square)](https://jekyllrb.com/)
9
9
 
10
10
  [![Build Status](https://img.shields.io/travis/KeJunMao/jekyll-theme-mdui.svg?style=flat-square)](https://travis-ci.org/KeJunMao/jekyll-theme-mdui)
@@ -2,6 +2,7 @@
2
2
  <div class="mdui-divider"></div>
3
3
  {% if site.disqus_proxy == false %}
4
4
  <button id="load-disqus" class="mdui-btn mdui-btn-block mdui-center" onclick="disqus.load();" data="{{ site.disqus_shortname }}">阅读评论 「请确保 Disqus 可以正常加载」</button>
5
+ <div id="disqus_thread"></div>
5
6
  {% endif %}
6
7
  {% if site.disqus_proxy %}
7
8
  <div class="mdui-divider"></div>
@@ -12,6 +12,8 @@ layout: compress
12
12
  {% if site.google_analytics != "" %}
13
13
  {% include analytics.html %}
14
14
  {% endif %}
15
+ {% if site.disqus_proxy %}
15
16
  {% include test.html %}
17
+ {% endif %}
16
18
  </body>
17
19
  </html>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-mdui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - KeJun