Introducing "contact DIG" footer for each page user/blake/dig-email-footer
authorblake <blake@mobiusconsortium.org>
Fri, 5 Mar 2021 16:09:36 +0000 (10:09 -0600)
committerblake <blake@mobiusconsortium.org>
Fri, 5 Mar 2021 16:09:36 +0000 (10:09 -0600)
As assigned by DIG:

http://evergreen-ils.org/meetings/evergreen/2020/evergreen.2020-11-05-14.01.log.html

Signed-off-by: blake <blake@mobiusconsortium.org>
src/css/footer.css
src/partials/article.hbs

index de01cda..2629bb4 100644 (file)
@@ -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;
+}
index 24152c8..04d46dc 100644 (file)
@@ -20,6 +20,12 @@ If you typed the URL of this page manually, please double check that you entered
     <div class="article-footer-next">
         <a href="{{site.path}}{{page.next.url}}">Next</a>
     </div>
+    <div class="article-email-concern">
+        To report a problem with this documentation or provide feedback, please contact the
+        <a href="mailto:evergreen-documentation@list.evergreen-ils.org?subject=Reporting:%20{{site.url}}{{page.url}}&body=To%20Whom%20it%20may%20concern,">
+            DIG mailing list.
+        </a>
+    </div>
 </div>
 {{/if}}
 {{> pagination}}