Move V1 link to footer

This commit is contained in:
David Eisinger
2023-03-02 22:58:58 -05:00
parent 4e2705ec2f
commit 79d7a21b40
2 changed files with 2 additions and 3 deletions

View File

@@ -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

View File

@@ -1,5 +1,7 @@
<footer>
<hr>
<a href="https://v1.davideisinger.com">Version 1</a>
<a href="/index.xml">Feed</a>
Copyright &copy; {{ now.Format "2006" }} David Eisinger
</footer>