diff options
author | Mark Powers <markppowers0@gmail.com> | 2019-09-19 10:35:27 -0500 |
---|---|---|
committer | Mark Powers <markppowers0@gmail.com> | 2019-09-19 10:35:27 -0500 |
commit | 0dcae858838d2a4bdd2324b31e6f771de6d68294 (patch) | |
tree | 23e6151aa67bc7a34e12ca625e84d8521495eb7e /src/html/email.html | |
parent | a73da0d736a50b7fb10f010b9ae4cc3e551c59e7 (diff) |
Add single page blog posts
Diffstat (limited to 'src/html/email.html')
-rw-r--r-- | src/html/email.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/html/email.html b/src/html/email.html index dfd9b51..13f34d5 100644 --- a/src/html/email.html +++ b/src/html/email.html @@ -22,7 +22,10 @@ <body> <div> - <h1>Email</h1> + <h1> + <a class="navigation" href="/" title="marks.kitchen"><</a> + Email + </h1> <p>Sign up to receive Mark's email newsletter</p> <h2 id="status" v-if='show'>Success, thank you!</h2> <div class="form"> |