From 80441d3970fab2ba34c6002cf76603202155a294 Mon Sep 17 00:00:00 2001 From: Alison on Ubuntu VM <2660348+alisonjo315@users.noreply.github.com> Date: Fri, 7 Oct 2022 17:44:04 -0400 Subject: [PATCH 1/2] move footer from page.html.twig to html.html.twig Issue #46 --- templates/html.html.twig | 37 +++++++++++++++++++++++++++++++++++++ templates/page.html.twig | 37 ------------------------------------- 2 files changed, 37 insertions(+), 37 deletions(-) diff --git a/templates/html.html.twig b/templates/html.html.twig index f2050cf..8f98e99 100644 --- a/templates/html.html.twig +++ b/templates/html.html.twig @@ -111,6 +111,43 @@ {{ page }} {{ page_bottom }} + + diff --git a/templates/page.html.twig b/templates/page.html.twig index c5e26a4..100d080 100644 --- a/templates/page.html.twig +++ b/templates/page.html.twig @@ -101,40 +101,3 @@ {% endif %} - - From 42144b35b6bb88f01dd943eb18547625d268ddae Mon Sep 17 00:00:00 2001 From: Alison on Ubuntu VM <2660348+alisonjo315@users.noreply.github.com> Date: Fri, 7 Oct 2022 17:46:16 -0400 Subject: [PATCH 2/2] use flex-grid markup and aria-label attribute (copied from LASSP) Issue #46 --- templates/html.html.twig | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/templates/html.html.twig b/templates/html.html.twig index 8f98e99..bed8a84 100644 --- a/templates/html.html.twig +++ b/templates/html.html.twig @@ -111,15 +111,20 @@ {{ page }} {{ page_bottom }} -