From 493587e495005ceb34052bbe9bd40b84581034e5 Mon Sep 17 00:00:00 2001 From: Clayton Dewey Date: Wed, 26 Sep 2018 18:34:43 -0600 Subject: [PATCH 1/2] 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 %} From e2f2ba2a327b99d70dfe8c19941e8e31b01d5ba2 Mon Sep 17 00:00:00 2001 From: Clayton Dewey Date: Wed, 26 Sep 2018 19:00:21 -0600 Subject: [PATCH 2/2] Add everything to the footer --- agaric/templates/layout/region--footer.html.twig | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/agaric/templates/layout/region--footer.html.twig b/agaric/templates/layout/region--footer.html.twig index 33e1479..f7fc735 100644 --- a/agaric/templates/layout/region--footer.html.twig +++ b/agaric/templates/layout/region--footer.html.twig @@ -11,6 +11,19 @@ - {{ content }} +
+ Agaric LLC
Boston, MA 02134 +
+
+ S: Mastodon + Twitter + RSS
+ T: +1 508 283 3557
+ E: Contact +
+
+ Powered by Drutopia +
+ {% endif %}