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

github.com/jakewies/hugo-theme-codex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/tags.html')
-rw-r--r--layouts/partials/tags.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/tags.html b/layouts/partials/tags.html
index 271651d..3ab8030 100644
--- a/layouts/partials/tags.html
+++ b/layouts/partials/tags.html
@@ -4,7 +4,7 @@
{{ range $index, $tag := . }}
{{ with $.Site.GetPage (printf "/%s/%s" $taxo $tag) -}}
<li class="tag__item">
- <a class="tag__link" href="{{ .Permalink }}">{{ $tag | urlize }}</a>
+ <a class="tag__link" href="{{ .Permalink }}">{{ $tag }}</a>
</li>
{{- end -}}
{{- end -}}