davideisinger.com

My personal website
Log | Files | Refs | README

commit af3ed998135e9e099fcb6bb7f0b08c707c5808d6
parent 6bf38073d6c24777da545248dfe9e89d7d384eda
Author: David Eisinger <[email protected]>
Date:   Fri, 23 Feb 2024 23:32:13 -0500

Add subscribe link to footer

Diffstat:
Mthemes/v2/assets/css/style.scss | 1+
Mthemes/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 @@ -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 @@ -1,12 +1,13 @@ <footer> <hr> + <a href="https://dispatch.davideisinger.com/subscription/form">Monthly Dispatch Emails</a> • + <a href="/index.xml">Feed</a><br> + Rendered {{ now | dateFormat "2006-01-02 15:04:05 MST" }} {{ with site.Params.git.last_commit }} • <a href="https://github.com/dce/davideisinger.com/commit/{{ .hash }}">{{ substr .hash 0 7}}</a> - {{ end }} - <br> - <a href="https://v1.davideisinger.com">Version 1</a> • - <a href="/index.xml">Feed</a> • + {{ end }}<br> + Copyright &copy; {{ now.Format "2006" }} David Eisinger </footer>