feat(tag): link
This commit is contained in:
parent
2621bc5978
commit
44173f34c2
4 changed files with 10 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue