diff --git a/admin/templates/comments.html.twig b/admin/templates/comments.html.twig index 221b227..3ea7829 100644 --- a/admin/templates/comments.html.twig +++ b/admin/templates/comments.html.twig @@ -75,9 +75,9 @@ }); -

Comments from the last 7 days

+

Comments in the last 7 days

-
+
@@ -87,9 +87,9 @@ {% for comment in grav.twig.comments.comments %} - - - + + {% endfor %} diff --git a/comments.yaml b/comments.yaml index c0882a8..89ec74b 100644 --- a/comments.yaml +++ b/comments.yaml @@ -2,5 +2,5 @@ enabled: true use_captcha: false recatpcha_site_key: '' recatpcha_secret: '' -enable_email_notifications: true -notifications_email_to: 'copesc@gmail.com' \ No newline at end of file +enable_email_notifications: false +notifications_email_to: 'noreply@getgrav.org' \ No newline at end of file
{{comment.author}}{{comment.text}}Page: {{comment.pageTitle}}
+
{{comment.author}}{{comment.text}}Page: {{comment.pageTitle}}
Date: {{comment.date}}