diff options
Diffstat (limited to '_templates/layout.html')
-rw-r--r-- | _templates/layout.html | 5 |
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> |