aboutsummaryrefslogtreecommitdiff
path: root/templates/page
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-13 11:18:11 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-13 11:18:11 +0100
commitd9d7ab50c55fe913ec0460b88c6bb927c317858a (patch)
tree947856208439446b7b4ef3143e95e8824fdad5a4 /templates/page
parent7219e5bdf1cd32a75321463449f371e389767ee4 (diff)
docs(config): create json schema
Diffstat (limited to 'templates/page')
-rw-r--r--templates/page/index.gohtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/page/index.gohtml b/templates/page/index.gohtml
index 9bef33a..dee6782 100644
--- a/templates/page/index.gohtml
+++ b/templates/page/index.gohtml
@@ -14,9 +14,9 @@
</p>
<div class="links">
{{ range $link := .Links }}
- <div class="link" style="{{ .GetBackground }}">
- <a href="{{ .Link }}" style="{{ .GetLinkColor }}">{{ .Content }}</a>
- </div>
+ <div class="link" style="{{ .GetBackground }}">
+ <a href="{{ .Link }}" style="{{ .GetLinkColor }}">{{ .Content }}</a>
+ </div>
{{ end }}
<div class="link" style="{{ .Color.Button.GetBackground }}">
<a href="/tags" style="{{ .Color.Button.GetTextColor }}">Tags</a>