From 3c78467c21867731472f38193a7ce49d4b752c63 Mon Sep 17 00:00:00 2001 From: blake Date: Fri, 5 Mar 2021 10:09:36 -0600 Subject: [PATCH] Introducing "contact DIG" footer for each page As assigned by DIG: http://evergreen-ils.org/meetings/evergreen/2020/evergreen.2020-11-05-14.01.log.html Signed-off-by: blake --- src/css/footer.css | 8 ++++++++ src/partials/article.hbs | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/src/css/footer.css b/src/css/footer.css index de01cda..2629bb4 100644 --- a/src/css/footer.css +++ b/src/css/footer.css @@ -28,3 +28,11 @@ footer.footer { float: left; width: 35%; } + +.article-footer .article-email-concern { + clear: both; + margin: auto; + width: 85%; + text-align: center; + font-size: 0.8em; +} diff --git a/src/partials/article.hbs b/src/partials/article.hbs index 24152c8..04d46dc 100644 --- a/src/partials/article.hbs +++ b/src/partials/article.hbs @@ -20,6 +20,12 @@ If you typed the URL of this page manually, please double check that you entered +
+ To report a problem with this documentation or provide feedback, please contact the + + DIG mailing list. + +
{{/if}} {{> pagination}} -- 2.11.0