From aa12ae38f455684957883a226d6b9a4731725861 Mon Sep 17 00:00:00 2001 From: Clayton Dewey Date: Sat, 19 Jan 2019 15:17:51 -0700 Subject: [PATCH] Move license field to right about case study stats --- agaric/templates/layout/node--case-study--full.html.twig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/agaric/templates/layout/node--case-study--full.html.twig b/agaric/templates/layout/node--case-study--full.html.twig index 54267ba..d6e5747 100644 --- a/agaric/templates/layout/node--case-study--full.html.twig +++ b/agaric/templates/layout/node--case-study--full.html.twig @@ -111,6 +111,9 @@ {% endif %} {# No, i do not understand why content doesn't print the paragraphs but only content.content does that #} + {% if content.field_license %} + {{ content.field_license }} + {% endif %}
@@ -136,7 +139,7 @@ {{ content|without('content', 'field_body_paragraph', 'field_case_study_client', 'field_case_study_partners', 'field_case_study_status', 'field_case_study_team', 'field_case_study_year', 'field_technologies', - 'field_services', 'uid', 'created' + 'field_services', 'uid', 'created', 'field_license' ) }}