diff options
author | Matthew Wozniak <me@woz.blue> | 2024-06-25 14:49:22 -0400 |
---|---|---|
committer | Matthew Wozniak <me@woz.blue> | 2024-06-25 15:00:36 -0400 |
commit | 5071827d71f4d54923d5adfdef2a45d8bf44a0ba (patch) | |
tree | a19619cd76d468e31884c8533ec2ad75de3a3ca5 /template/footer.html | |
download | site-5071827d71f4d54923d5adfdef2a45d8bf44a0ba.tar.gz site-5071827d71f4d54923d5adfdef2a45d8bf44a0ba.zip |
initial commit
Diffstat (limited to 'template/footer.html')
-rw-r--r-- | template/footer.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/footer.html b/template/footer.html new file mode 100644 index 0000000..87f8a75 --- /dev/null +++ b/template/footer.html @@ -0,0 +1,4 @@ +<hr>
+<footer>© 2024 Matthew Wozniak. This site is generated with
+ <a href="https://pandoc.org">pandoc</a>.
+</footer>
|