aboutsummaryrefslogtreecommitdiff
path: root/templates/page
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-14 15:35:21 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-14 15:35:21 +0100
commit44173f34c293d011019b84be7095039eac977c5b (patch)
tree7f6259d439c0eb6b25e2e73c24fb5dd7a63edccf /templates/page
parent2621bc5978fc7f6f24d2f0ba91715c01c62b43a9 (diff)
feat(tag): link
Diffstat (limited to 'templates/page')
-rw-r--r--templates/page/tags.gohtml2
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>