Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/tag-list.html')
-rw-r--r--layouts/partials/tag-list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/tag-list.html b/layouts/partials/tag-list.html
index 6bbcfcf..f46fb09 100644
--- a/layouts/partials/tag-list.html
+++ b/layouts/partials/tag-list.html
@@ -4,7 +4,7 @@
<ul class="terms">
{{ range .Site.Taxonomies.tags }}
- <li><a class="btn" href="{{ .Page.RelPermalink }}" title="{{ .Page.Title }} ({{ .Count }})">{{ .Page.Title }}<span>{{ .Count }}</span></a></li>
+ <li><a class="btn" href="{{ .Page.RelPermalink }}" title="{{ .Page.LinkTitle }} ({{ .Count }})">{{ .Page.LinkTitle }}<span>{{ .Count }}</span></a></li>
{{ end }}
</ul>
{{ end }}