diff options
| author | William Hergès <william@herges.fr> | 2025-09-07 15:56:18 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-09-07 15:56:18 +0200 |
| commit | fdf8c390e91ef02c05a95fa1f8c1c9104ffbabf5 (patch) | |
| tree | 1cdaecbd55a763969c7671504184abb157ee6724 /templates | |
| parent | 7240e39c532a5a4238b5f25bd6956d54705d6806 (diff) | |
style(now): rename tags in now
Diffstat (limited to 'templates')
| -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> |
