diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/page/tags.gohtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page/tags.gohtml b/templates/page/tags.gohtml index dc13916..4713ff4 100644 --- a/templates/page/tags.gohtml +++ b/templates/page/tags.gohtml @@ -1,7 +1,7 @@ {{define "body"}} <main style="{{ .GetBackground }}"> <h2>Tags</h2> - <div class="tags"> + <div class="tags" style="{{ .Color.GetTagColor }}"> {{ range $tag := .Person.Tags }} <div class="tag"> <h4>{{ .Name }}</h4> |
