From 9505168666efdcd4d677adef16dd254c87ee4451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sat, 17 Nov 2018 17:18:39 -0500 Subject: [PATCH] Add byline with date if authors field populated (This should only be blogs that this is possible, currently.) --- agaric/templates/layout/node--full.html.twig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/agaric/templates/layout/node--full.html.twig b/agaric/templates/layout/node--full.html.twig index 54267ba..4959d57 100644 --- a/agaric/templates/layout/node--full.html.twig +++ b/agaric/templates/layout/node--full.html.twig @@ -93,7 +93,10 @@

{{ label }}

- + {% if content.field_authors is not empty %} + + + {% endif %}