diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/page/index.gohtml | 6 |
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> |
