diff options
author | Alex Scerba <alex@scerba.org> | 2024-10-28 11:37:53 -0400 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-10-28 11:37:53 -0400 |
commit | b1aeedd49129a4a9e9d20e58a0b8e563b27f284c (patch) | |
tree | 0aa8ea422130c917c85d55044631c61c248af87d /html | |
parent | 0274775fe62256d7cd9bcec602160da51d5a06ff (diff) |
Add Links page
Diffstat (limited to 'html')
-rw-r--r-- | html/links.tmpl.html | 10 |
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 }}
|