aboutsummaryrefslogtreecommitdiff
path: root/templates/page/index.gohtml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page/index.gohtml')
-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>