Adding basic Akismet stuff. Seems to work. Still working on it, make
sure it's okay.
This commit is contained in:
parent
607e0fa6d4
commit
6a6b1973a1
8 changed files with 216 additions and 175 deletions
|
@ -75,6 +75,13 @@
|
|||
});
|
||||
</script>
|
||||
|
||||
{% if grav.twig.warning_message|length %}
|
||||
<div class="admin-block">
|
||||
<h1>{{ "PLUGIN_COMMENTS.WARNINGS"|tu }}</h1>
|
||||
<p class="center">{{ grav.twig.warning_message }}</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<h1>Comments in the last 7 days</h1>
|
||||
|
||||
<div class="admin-block">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue