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

github.com/xiaoheiAh/hugo-theme-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/post/category.html')
-rw-r--r--layouts/partials/post/category.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/post/category.html b/layouts/partials/post/category.html
index 2a49f04..bd06f49 100644
--- a/layouts/partials/post/category.html
+++ b/layouts/partials/post/category.html
@@ -1,6 +1,6 @@
{{- with .Params.categories -}}
<span class="article-category">
- <i class="icon icon-folder"></i>
+ <i class="icon icon-folder"></i>&nbsp;
{{- range . }}
<a class="article-category-link" href="{{ "categories" | relLangURL }}/{{ . | urlize }}/"> {{ . }} </a>
{{- end}}