]> git.drewedgar.com - website.git/commitdiff
FIX: Fixed email link
authorDrew Edgar <[email protected]>
Tue, 17 Mar 2026 23:03:42 +0000 (23:03 +0000)
committerDrew Edgar <[email protected]>
Tue, 17 Mar 2026 23:03:42 +0000 (23:03 +0000)
src/404.html

index b000e974d11911aabc9dc6edc1a1c74a4c6eb8a8..ee4aae1499aae7120a213847bf8fa04eb3ef68e5 100644 (file)
@@ -14,7 +14,7 @@ permalink: 404.html
        <body>
                <h1>{{ title }}</h1>
                <p>
-            It doesn't seem like there is anything here, this could be intentional, or I could have messed up. If it's the latter please let me know at [email protected]
+        It doesn't seem like there is anything here, this could be intentional, or I could have messed up. If it's the latter please let me know at <a href="mailto:[email protected]">[email protected]</a>
                </p>
        </body>
 </html>