From 0107a5c936a7a6aaa9f8458bc65c898ce54e189e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 20 Dec 2018 15:39:12 -0500 Subject: [PATCH] Explicitly print tags, and start a 'sharing' section with a permalink ... using the newly available ionicons web component, which works, unlike the old mis-matched classes and font. --- agaric/templates/layout/node--full.html.twig | 21 +++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/agaric/templates/layout/node--full.html.twig b/agaric/templates/layout/node--full.html.twig index 47d2be0..1d3e117 100644 --- a/agaric/templates/layout/node--full.html.twig +++ b/agaric/templates/layout/node--full.html.twig @@ -146,8 +146,6 @@ {% endfor %} {% endif %} - -{{ content|without('field_body_paragraph', 'field_authors', 'uid', 'created', 'comment') }} {% if walls_up == true %} {# If the flow sides are still up after all is said and done, close 'em up. #} @@ -155,10 +153,27 @@ {% endif %} - {# end e-content div #} + +
+
+
+ + + {% if content.field_tags is not empty %} + {{ content.field_tags }} + {% endif %} +
+
+
+ {# end h-entry article #} + +{{ content|without('field_body_paragraph', 'field_authors', 'field_tags', 'uid', 'created', 'comment') }} + {% if content.comment %} {{ content.comment }} {% endif %}