From c09c4105a451381dcca761a1fccd9dfef9b23c5c Mon Sep 17 00:00:00 2001 From: Davida Marion Date: Wed, 22 Jun 2022 08:16:18 -0400 Subject: [PATCH] Make footer/identifier similar to other guides --- Gemfile.lock | 2 +- _includes/footer.html | 168 ++++++++++++++++++------------------------ 2 files changed, 72 insertions(+), 98 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7cb97f4..404f339 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM mini_racer (0.3.1) libv8 (~> 8.4.255) minitest (5.14.2) - nokogiri (1.13.4) + nokogiri (1.13.6) mini_portile2 (~> 2.8.0) racc (~> 1.4) nokogumbo (2.0.4) diff --git a/_includes/footer.html b/_includes/footer.html index aa2a62d..3e2053f 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,23 +1,17 @@ -{% assign footer = site.data.footer %} - -{% if footer.type == 'slim' %} - {% include components/footer--slim.html %} -{% elsif footer.type == 'default' or footer.type == 'medium' %} - {% include components/footer--default.html %} -{% elsif footer.type == 'big' %} - {% include components/footer--big.html %} -{% endif %} - {% assign identifier = site.data.usa_identifier %} -