diff options
author | clarkzjw <[email protected]> | 2018-01-15 16:37:12 +0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2018-01-15 16:37:12 +0800 |
commit | e93dcafbc2d629819b3f1eb34ae6550007e88b81 (patch) | |
tree | 0f5344b6ccd2103bd4094275d7b40d3634a0a8a7 /_templates/layout.html | |
parent | 7d1f96ca91ead2a21c443babee03ff5fb336f7d1 (diff) | |
download | blog.jinwei.me-e93dcafbc2d629819b3f1eb34ae6550007e88b81.tar.gz |
+ recaptcha seems doesn't work
Diffstat (limited to '_templates/layout.html')
-rw-r--r-- | _templates/layout.html | 1 |
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> |