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

github.com/mdashx/basicwebtheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/section/archives.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/section/archives.html b/layouts/section/archives.html
index 1a893c4..d7506fa 100644
--- a/layouts/section/archives.html
+++ b/layouts/section/archives.html
@@ -22,7 +22,7 @@
</div>
<div class="post-tags">
{{ range .Params.Tags}}
- <a href="/tags/{{ . }}">{{ . }}</a>
+ <a href="/tags/{{ . }}">{{ . | urlize}}</a>
{{ end }}
</div>
</div>