aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2018-01-15 21:20:28 +0800
committerclarkzjw <[email protected]>2018-01-15 21:25:15 +0800
commitb28c261428b17c9f42cacaf4c791654362ea1672 (patch)
treed9d0defd804e78e6efe47107e137d9f9ea81566e /_templates/layout.html
parent335f0108c5eddaf0a954ad0432974d0c3835b628 (diff)
downloadblog.jinwei.me-b28c261428b17c9f42cacaf4c791654362ea1672.tar.gz
+ fix scripts
Diffstat (limited to '_templates/layout.html')
-rw-r--r--_templates/layout.html4
1 files changed, 3 insertions, 1 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>
Powered by cgit v1.2.3 (git 2.41.0)