From a0710da71a059453ba1c079483f25d6baecc6746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 25 Dec 2018 11:50:33 -0500 Subject: [PATCH] Output datetime as dt-published microformat for indieweb well this won't actually work until https://github.com/swentel/indieweb/issues/361 is done... but in anticipation of swentel's awesomeness. --- agaric/templates/layout/node--full.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agaric/templates/layout/node--full.html.twig b/agaric/templates/layout/node--full.html.twig index f62258d..5bb5c70 100644 --- a/agaric/templates/layout/node--full.html.twig +++ b/agaric/templates/layout/node--full.html.twig @@ -108,7 +108,7 @@ {% if content.field_authors is not empty %}

Written by {{ content.field_authors }}

-

Posted on {{ date }}

+

Posted on

{% endif %}