aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2018-01-15 16:30:09 +0800
committerclarkzjw <[email protected]>2018-01-15 16:30:09 +0800
commit7d1f96ca91ead2a21c443babee03ff5fb336f7d1 (patch)
tree7c706a0dbd295d0afb72c5e4b6395abf9c519a75 /_templates
parent1f6bd6faefb07c4bc3465b810e3ad21c7d25474f (diff)
downloadblog.jinwei.me-7d1f96ca91ead2a21c443babee03ff5fb336f7d1.tar.gz
+ add comment recaptcha
Diffstat (limited to '_templates')
-rw-r--r--_templates/layout.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/_templates/layout.html b/_templates/layout.html
index d49ad2e..6bc16c1 100644
--- a/_templates/layout.html
+++ b/_templates/layout.html
@@ -34,7 +34,10 @@
34 <div class="body" role="main"> 34 <div class="body" role="main">
35 {% block body %} 35 {% block body %}
36 {% endblock %} 36 {% endblock %}
37 <div class="just-comments" data-allowguests="true" data-apikey="4bb18080-e236-4513-bd72-3a032f35d3bb"> 37 <div class="just-comments"
38 data-allowguests="true"
39 data-recaptcha="true"
40 data-apikey="4bb18080-e236-4513-bd72-3a032f35d3bb">
38 </div> 41 </div>
39 <script async src="https://just-comments.com/w.js"></script> 42 <script async src="https://just-comments.com/w.js"></script>
40 </div> 43 </div>
Powered by cgit v1.2.3 (git 2.41.0)