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.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/layouts/partials/tag-list.html b/layouts/partials/tag-list.html
index f46fb09..4f56257 100644
--- a/layouts/partials/tag-list.html
+++ b/layouts/partials/tag-list.html
@@ -2,9 +2,5 @@
<hr>
<h2>{{ T "tags" }}</h2>
- <ul class="terms">
- {{ range .Site.Taxonomies.tags }}
- <li><a class="btn" href="{{ .Page.RelPermalink }}" title="{{ .Page.LinkTitle }} ({{ .Count }})">{{ .Page.LinkTitle }}<span>{{ .Count }}</span></a></li>
- {{ end }}
- </ul>
+ {{ partialCached "tags" . }}
{{ end }}