From 5eea89916abea2221d81645c478987245aa53802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 31 Dec 2018 23:02:07 -0500 Subject: [PATCH] Skip permalink & tags section for pages, landing pages --- agaric/templates/layout/node--full.html.twig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/agaric/templates/layout/node--full.html.twig b/agaric/templates/layout/node--full.html.twig index c875a9d..e804b4a 100644 --- a/agaric/templates/layout/node--full.html.twig +++ b/agaric/templates/layout/node--full.html.twig @@ -155,6 +155,7 @@ {% endif %} {# end e-content div #} +{% if node.bundle not in ['page', 'landing_page'] %}
@@ -168,6 +169,7 @@
+{% endif %} {# end h-entry article #}