commit 3e22d5a607f26c273978f5f79a63d912541992c7
parent 086c57fe983310ed979088256f8b8feda9d6d088
Author: Francesco Saccone <francesco@francescosaccone.com>
Date: Fri, 7 Mar 2025 18:46:50 +0100
feat: add footer.html
This contains the HTML code to be put before the content generated by the
Markdown parser.
Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/footer.html b/footer.html
@@ -0,0 +1,8 @@
+ </main>
+ <footer>
+ <p>
+ Copyright © 2025 Francesco Saccone
+ </p>
+ </footer>
+ </body>
+</html>