From 493587e495005ceb34052bbe9bd40b84581034e5 Mon Sep 17 00:00:00 2001 From: Clayton Dewey Date: Wed, 26 Sep 2018 18:34:43 -0600 Subject: [PATCH] Add logo to footer --- agaric/templates/layout/region--footer.html.twig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 agaric/templates/layout/region--footer.html.twig diff --git a/agaric/templates/layout/region--footer.html.twig b/agaric/templates/layout/region--footer.html.twig new file mode 100644 index 0000000..33e1479 --- /dev/null +++ b/agaric/templates/layout/region--footer.html.twig @@ -0,0 +1,16 @@ +{% + set classes = [ + 'columns', + 'is-multiline', + ] +%} +{% set attributes = attributes.addClass(classes) %} + +{% if content %} + + + {{ content }} + +{% endif %}