From b1aeedd49129a4a9e9d20e58a0b8e563b27f284c Mon Sep 17 00:00:00 2001
From: Alex Scerba <alex@scerba.org>
Date: Mon, 28 Oct 2024 11:37:53 -0400
Subject: Add Links page

---
 html/links.tmpl.html | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 html/links.tmpl.html

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 }}
-- 
cgit v1.2.3