aboutsummaryrefslogtreecommitdiff
path: root/templates/page
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-13 10:30:45 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-13 10:30:45 +0100
commitc8ea8d4cd3ca9ef1c0f2e3c42ad11224d19386b9 (patch)
treeca8f36fcdce28cb0a6b9915df68aa08b8f0494f8 /templates/page
parentdd8495d596a377a185f32ce2b94d8e79bde9adfe (diff)
feat(tag): better link to page
Diffstat (limited to 'templates/page')
-rw-r--r--templates/page/index.gohtml6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/page/index.gohtml b/templates/page/index.gohtml
index b3139a3..4b1389a 100644
--- a/templates/page/index.gohtml
+++ b/templates/page/index.gohtml
@@ -11,14 +11,16 @@
</div>
<p class="description">
{{ .Description }}
- <a href="/tags">More information...</a>
</p>
<div class="links">
{{ range $link := .Links }}
<div class="link" style="{{ .GetBackground }}">
<a href="{{ .Link }}" style="{{ .GetLinkColor }}">{{ .Content }}</a>
</div>
- {{end}}
+ {{ end }}
+ <div class="link" style="--background: #000;--background-hover: #333;">
+ <a href="/tags" style="--text-color: #ddd;--text-color-hover: #fff;">Tags</a>
+ </div>
</div>
</main>
{{end}} \ No newline at end of file