From eb1e0cdd22557febe68c4f40f4b1639392d466a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 17 Dec 2018 17:44:09 -0500 Subject: [PATCH] Place bylines outside of titlebar --- agaric/templates/layout/node--full.html.twig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/agaric/templates/layout/node--full.html.twig b/agaric/templates/layout/node--full.html.twig index 7885693..d27c621 100644 --- a/agaric/templates/layout/node--full.html.twig +++ b/agaric/templates/layout/node--full.html.twig @@ -97,10 +97,6 @@

{{ label }}

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

Written by {{ content.field_authors }}

+

Posted on {{ date }}

+ {% endif %}