From 6ce186584e1e78a6c79ec070c49c80cb47422a12 Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Fri, 9 Oct 2015 19:34:51 +0200 Subject: [PATCH] Change email. Small improvements --- admin/templates/comments.html.twig | 10 +++++----- comments.yaml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) 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}}