commit 79d7a21b401e3bb180b994c0e402de9cf2de1fee
parent 4e2705ec2fc5b496fab107db6f39a18e85aa8bb9
Author: David Eisinger <[email protected]>
Date: Thu, 2 Mar 2023 22:58:58 -0500
Move V1 link to footer
Diffstat:
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/content/_index.md b/content/_index.md
@@ -2,8 +2,5 @@
I'm David, Development Director at [Viget][1]. Just getting started with a new [Hugo][2] site. More to come.
-[Version 1 of this website available here][3]
-
[1]: https://www.viget.com/
[2]: https://gohugo.io/
-[3]: https://v1.davideisinger.com
diff --git a/themes/v2/layouts/partials/footer.html b/themes/v2/layouts/partials/footer.html
@@ -1,5 +1,7 @@
<footer>
<hr>
+
+ <a href="https://v1.davideisinger.com">Version 1</a> •
<a href="/index.xml">Feed</a> •
Copyright © {{ now.Format "2006" }} David Eisinger
</footer>