From a1df75aed9fdb17d9c5e7ede9be094dd5b1d315a Mon Sep 17 00:00:00 2001 From: Alison on Ubuntu VM <2660348+alisonjo315@users.noreply.github.com> Date: Fri, 7 Oct 2022 18:13:29 -0400 Subject: [PATCH 1/2] use site-footer partial template for realzies; update footer markup to match what we have in cwd_base (markup/layout changes can be done separately) Issue #22 --- templates/html.html.twig | 4 +-- templates/partials/site-footer.html.twig | 35 +++++++++++++++--------- 2 files changed, 23 insertions(+), 16 deletions(-) diff --git a/templates/html.html.twig b/templates/html.html.twig index 1e0c22f..2403c61 100644 --- a/templates/html.html.twig +++ b/templates/html.html.twig @@ -44,9 +44,7 @@ {{ page }} {{ page_bottom }} - {# Not ready to use yet b/c footer stuff is included in cwd_base/page.html.twig. - Placeholder footer template is in @cwd_project/partials, ready to use down the road -- or for use by new child themes. - {% include "@cwd_project/partials/site-footer.html.twig" %} #} + {% include "@cwd_project/partials/site-footer.html.twig" %} diff --git a/templates/partials/site-footer.html.twig b/templates/partials/site-footer.html.twig index 27f1f33..0cf2794 100644 --- a/templates/partials/site-footer.html.twig +++ b/templates/partials/site-footer.html.twig @@ -1,13 +1,17 @@ -{# PLACEHOLDER until if/when footer stuff is removed from cwd_base/page.html.twig, or we add a page.html.twig template override to cwd_project. #} -