Add titles to tags
This commit is contained in:
parent
8e21f2ccef
commit
f026a4b21b
1 changed files with 2 additions and 2 deletions
|
@ -9,10 +9,10 @@
|
|||
{{ end }}
|
||||
|
||||
{{ if .Params.tags }}
|
||||
<a href="{{ ref . "/tags" }}" class="no-color-change mr-1">
|
||||
<a href="{{ ref . "/tags" }}" class="no-color-change mr-1" title="Tags">
|
||||
<i class="fas fa-tags small"></i>
|
||||
</a>
|
||||
{{ range $i, $e := .Params.tags }}
|
||||
<a href="/tags/{{ urlize . }}" class="mr-1">#{{ . }}</a>
|
||||
<a href="/tags/{{ urlize . }}" class="mr-1" title="{{ . }}">#{{ . }}</a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue