diff options
Diffstat (limited to 'templates/page')
| -rw-r--r-- | templates/page/now.gohtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page/now.gohtml b/templates/page/now.gohtml index 6af668e..5286f87 100644 --- a/templates/page/now.gohtml +++ b/templates/page/now.gohtml @@ -7,7 +7,7 @@ </nav> </div> <div class="tags" style="{{ .Color.GetTagColor }}"> - {{ range $tag := .Person.Tags }} + {{ range $now := .Person.Now }} <div class="tag"> <h4>{{ .Name }}</h4> <p>{{ .Description }}</p> |
