diff options
author | clarkzjw <[email protected]> | 2018-01-15 21:20:28 +0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2018-01-15 21:25:15 +0800 |
commit | b28c261428b17c9f42cacaf4c791654362ea1672 (patch) | |
tree | d9d0defd804e78e6efe47107e137d9f9ea81566e | |
parent | 335f0108c5eddaf0a954ad0432974d0c3835b628 (diff) | |
download | blog.jinwei.me-b28c261428b17c9f42cacaf4c791654362ea1672.tar.gz |
+ fix scripts
-rw-r--r-- | _templates/layout.html | 4 | ||||
-rw-r--r-- | _templates/more.html | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/_templates/layout.html b/_templates/layout.html index a250db8..76c2c34 100644 --- a/_templates/layout.html +++ b/_templates/layout.html | |||
@@ -38,7 +38,9 @@ | |||
38 | data-allowguests="true" | 38 | data-allowguests="true" |
39 | data-apikey="4bb18080-e236-4513-bd72-3a032f35d3bb"> | 39 | data-apikey="4bb18080-e236-4513-bd72-3a032f35d3bb"> |
40 | </div> | 40 | </div> |
41 | <script async src="https://just-comments.com/w.js"></script> | 41 | <script async defer src="https://just-comments.com/w.js"></script> |
42 | <script async defer src="https://buttons.github.io/buttons.js"></script> | ||
43 | <script async defer src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> | ||
42 | </div> | 44 | </div> |
43 | {%- if render_sidebar %} | 45 | {%- if render_sidebar %} |
44 | </div> | 46 | </div> |
diff --git a/_templates/more.html b/_templates/more.html index e34a075..0245c85 100644 --- a/_templates/more.html +++ b/_templates/more.html | |||
@@ -2,13 +2,8 @@ | |||
2 | {% block projects_header %}<h3>Projects</h3>{% endblock %} | 2 | {% block projects_header %}<h3>Projects</h3>{% endblock %} |
3 | 3 | ||
4 | {% block more_content %} | 4 | {% block more_content %} |
5 | <!-- Place this tag where you want the button to render. --> | 5 | <a class="github-button" href="https://github.com/clarkzjw" aria-label="Follow @clarkzjw on GitHub">Follow @clarkzjw</a> |
6 | <a class="github-button" href="https://github.com/clarkzjw" data-show-count="true" | ||
7 | aria-label="Follow @clarkzjw on GitHub">Follow @clarkzjw</a> | ||
8 | <!-- Place this tag in your head or just before your close body tag. --> | ||
9 | <script async defer src="https://buttons.github.io/buttons.js"></script> | ||
10 | 6 | ||
11 | <a class="twitter-timeline" data-width="220" data-height="800" href="https://twitter.com/_clarkzjw">Tweets by | 7 | <a class="twitter-timeline" data-width="220" data-height="800" href="https://twitter.com/_clarkzjw">Tweets by |
12 | clarkzjw</a> | 8 | clarkzjw</a> |
13 | <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> | ||
14 | {% endblock %} | 9 | {% endblock %} |