commit b993f6e47f3c1b82b268cde8b6d6dd6eb23b2f1a
parent 9b4acfb55f702f46a5971b17567f3caa2ef9db05
Author: David Eisinger <[email protected]>
Date: Wed, 6 Mar 2024 23:30:32 -0500
Add contact link to footer
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/themes/v2/layouts/partials/footer.html b/themes/v2/layouts/partials/footer.html
@@ -2,7 +2,8 @@
<hr>
<a href="https://dispatch.davideisinger.com/subscription/form">Subscribe via email</a> •
- <a href="/index.xml">Feed</a><br>
+ <a href="/index.xml">Feed</a> •
+ <a href="/about/#contact">Contact</a><br>
Rendered {{ now | dateFormat "2006-01-02 15:04:05 MST" }}
{{ with site.Params.git.last_commit }}