davideisinger.com

My personal website
Log | Files | Refs | README

commit 281047aa3a725a9d4cfda38ec1b5c2f15fde0166
parent 1b949c86b6c4603e781a6f937fa4566e8ca0e11e
Author: David Eisinger <[email protected]>
Date:   Mon, 11 Aug 2025 15:04:12 -0400

Add email subscribe link to homepage

Diffstat:
Mthemes/v2/layouts/index.html | 4++++
Mthemes/v2/layouts/partials/footer.html | 2+-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/themes/v2/layouts/index.html b/themes/v2/layouts/index.html @@ -14,6 +14,10 @@ </li> <li> + <a href="https://dispatch.davideisinger.com/subscription/form">Subscribe via email</a> + </li> + + <li> <a href="/about">More about me</a> </li> </ul> diff --git a/themes/v2/layouts/partials/footer.html b/themes/v2/layouts/partials/footer.html @@ -2,7 +2,7 @@ <hr> <div> - <a href="https://dispatch.davideisinger.com/subscription/form">Subscribe via email</a> + <a href="https://dispatch.davideisinger.com/subscription/form">Subscribe via email</a> <span class="mobile-hidden">•</span> <a href="/index.xml">Feed</a> <span class="mobile-hidden">•</span>