From 7d6f278ebf42442e3909eb326be5a7c8ba20412a Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sun, 10 Nov 2024 00:58:29 +0100 Subject: feat(legal): credits page --- templates/base/base.gohtml | 1 + templates/page/credits.gohtml | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 templates/page/credits.gohtml (limited to 'templates') diff --git a/templates/base/base.gohtml b/templates/base/base.gohtml index 003eab1..8546d67 100644 --- a/templates/base/base.gohtml +++ b/templates/base/base.gohtml @@ -14,6 +14,7 @@

Crafted by Anhgelus Morhtuuzh

Legal information

+

Credits

diff --git a/templates/page/credits.gohtml b/templates/page/credits.gohtml new file mode 100644 index 0000000..c3ed576 --- /dev/null +++ b/templates/page/credits.gohtml @@ -0,0 +1,14 @@ +{{define "body"}} + +{{end}} \ No newline at end of file -- cgit v1.2.3