From af3ed998135e9e099fcb6bb7f0b08c707c5808d6 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Fri, 23 Feb 2024 23:32:13 -0500 Subject: [PATCH] Add subscribe link to footer --- themes/v2/assets/css/style.scss | 1 + themes/v2/layouts/partials/footer.html | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss index 16e4d81..8bd578c 100644 --- a/themes/v2/assets/css/style.scss +++ b/themes/v2/assets/css/style.scss @@ -76,6 +76,7 @@ footer { } footer { + color: #aaa; text-align: center; hr { diff --git a/themes/v2/layouts/partials/footer.html b/themes/v2/layouts/partials/footer.html index 358b8c4..fd75535 100644 --- a/themes/v2/layouts/partials/footer.html +++ b/themes/v2/layouts/partials/footer.html @@ -1,12 +1,13 @@