aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2018-01-15 16:37:12 +0800
committerclarkzjw <[email protected]>2018-01-15 16:37:12 +0800
commite93dcafbc2d629819b3f1eb34ae6550007e88b81 (patch)
tree0f5344b6ccd2103bd4094275d7b40d3634a0a8a7
parent7d1f96ca91ead2a21c443babee03ff5fb336f7d1 (diff)
downloadblog.jinwei.me-e93dcafbc2d629819b3f1eb34ae6550007e88b81.tar.gz
+ recaptcha seems doesn't work
-rw-r--r--_templates/layout.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/_templates/layout.html b/_templates/layout.html
index 6bc16c1..a250db8 100644
--- a/_templates/layout.html
+++ b/_templates/layout.html
@@ -36,7 +36,6 @@
36 {% endblock %} 36 {% endblock %}
37 <div class="just-comments" 37 <div class="just-comments"
38 data-allowguests="true" 38 data-allowguests="true"
39 data-recaptcha="true"
40 data-apikey="4bb18080-e236-4513-bd72-3a032f35d3bb"> 39 data-apikey="4bb18080-e236-4513-bd72-3a032f35d3bb">
41 </div> 40 </div>
42 <script async src="https://just-comments.com/w.js"></script> 41 <script async src="https://just-comments.com/w.js"></script>
Powered by cgit v1.2.3 (git 2.41.0)