aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorAlex Scerba <alex@scerba.org>2024-10-28 22:38:11 -0400
committerAlex Scerba <alex@scerba.org>2024-10-28 22:38:11 -0400
commitbed4ce4b887fd153ab8eb14ac45b01bfb1232f5f (patch)
treed7bc070cc4b0c179479e86fd6d664e3785fa728a /html
parentafc8067f2cf02d5c2cce056804294019fb08866c (diff)
Add link to links file
Diffstat (limited to 'html')
-rw-r--r--html/links.tmpl.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/html/links.tmpl.html b/html/links.tmpl.html
index a090fe8..583c85a 100644
--- a/html/links.tmpl.html
+++ b/html/links.tmpl.html
@@ -5,6 +5,7 @@
{{ define "main" }}
<section class="main-bg">
<h1>Links</h1>
- <p>Collection of useful or interesting web links.</p>
+ <p>Collection of useful or interesting web links. Currently sifting through over 1200 links, sorting and documenting each one.</p>
+ <p><a href="/static/links.html">Working file</a></p>
</section>
{{ end }}