From 1881de9698208ebaa2996b8812837842ea6e64f0 Mon Sep 17 00:00:00 2001 From: Joe Wroten Date: Tue, 8 Jan 2019 22:56:17 -0600 Subject: [PATCH] Footer on all pages --- src/assets/stylesheet.css | 11 +++++++++++ src/templates/index.hbs | 2 ++ src/templates/interior.hbs | 3 +++ src/templates/partials/footer.hbs | 5 +++++ 4 files changed, 21 insertions(+) create mode 100644 src/templates/partials/footer.hbs diff --git a/src/assets/stylesheet.css b/src/assets/stylesheet.css index 141ac1d..16c9cb8 100644 --- a/src/assets/stylesheet.css +++ b/src/assets/stylesheet.css @@ -119,6 +119,7 @@ a { .index-top em { color: #B8CCE3; font-style: normal; + text-decoration: none; } .index .name { @@ -253,3 +254,13 @@ a { overflow: hidden; } +.footer { + font-size: 75%; + margin-top: 3rem; + margin-bottom: 1rem; +} + +.footer a { + color: inherit; +} + diff --git a/src/templates/index.hbs b/src/templates/index.hbs index c45c322..c18a678 100644 --- a/src/templates/index.hbs +++ b/src/templates/index.hbs @@ -63,5 +63,7 @@ {{/each}} + + {{> footer}} diff --git a/src/templates/interior.hbs b/src/templates/interior.hbs index d19f62d..e370d9c 100644 --- a/src/templates/interior.hbs +++ b/src/templates/interior.hbs @@ -61,6 +61,9 @@ + + {{> footer}} + diff --git a/src/templates/partials/footer.hbs b/src/templates/partials/footer.hbs new file mode 100644 index 0000000..5c36e0c --- /dev/null +++ b/src/templates/partials/footer.hbs @@ -0,0 +1,5 @@ +