aboutsummaryrefslogtreecommitdiff
path: root/html/links.tmpl.html
diff options
context:
space:
mode:
authorAlex Scerba <alex@scerba.org>2024-10-28 11:37:53 -0400
committerAlex Scerba <alex@scerba.org>2024-10-28 11:37:53 -0400
commitb1aeedd49129a4a9e9d20e58a0b8e563b27f284c (patch)
tree0aa8ea422130c917c85d55044631c61c248af87d /html/links.tmpl.html
parent0274775fe62256d7cd9bcec602160da51d5a06ff (diff)
Add Links page
Diffstat (limited to 'html/links.tmpl.html')
-rw-r--r--html/links.tmpl.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/html/links.tmpl.html b/html/links.tmpl.html
new file mode 100644
index 0000000..a090fe8
--- /dev/null
+++ b/html/links.tmpl.html
@@ -0,0 +1,10 @@
+{{ define "title" }}Links{{end}}
+{{ define "description" }}Collection of useful or interesting web links.{{end}}
+{{ define "keywords" }}info{{end}}
+
+{{ define "main" }}
+ <section class="main-bg">
+ <h1>Links</h1>
+ <p>Collection of useful or interesting web links.</p>
+ </section>
+{{ end }}