From: blake Date: Fri, 5 Mar 2021 16:09:36 +0000 (-0600) Subject: Introducing "contact DIG" footer for each page X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3c78467c21867731472f38193a7ce49d4b752c63;p=eg-antora.git 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 --- 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}}