diff options
Diffstat (limited to 'templates/page')
| -rw-r--r-- | templates/page/index.gohtml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/page/index.gohtml b/templates/page/index.gohtml index dee6782..a3ca7df 100644 --- a/templates/page/index.gohtml +++ b/templates/page/index.gohtml @@ -12,14 +12,14 @@ <p class="description"> {{ .Description }} </p> - <div class="links"> + <div class="links" style="{{ .Color.Button.GetBackground }}{{ .Color.Button.GetTextColor }}"> {{ range $link := .Links }} - <div class="link" style="{{ .GetBackground }}"> - <a href="{{ .Link }}" style="{{ .GetLinkColor }}">{{ .Content }}</a> + <div class="link"> + <a href="{{ .Link }}">{{ .Content }}</a> </div> {{ end }} - <div class="link" style="{{ .Color.Button.GetBackground }}"> - <a href="/tags" style="{{ .Color.Button.GetTextColor }}">Tags</a> + <div class="link"> + <a href="/tags">Tags</a> </div> </div> </main> |
