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 4713ff4..8a81810 100644 --- a/templates/page/tags.gohtml +++ b/templates/page/tags.gohtml @@ -3,7 +3,7 @@ <h2>Tags</h2> <div class="tags" style="{{ .Color.GetTagColor }}"> {{ range $tag := .Person.Tags }} - <div class="tag"> + <div class="tag" data-href="{{ .Link }}" title="{{ .Link }}"> <h4>{{ .Name }}</h4> <p>{{ .Description }}</p> </div> |
