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

github.com/Fastbyte01/KeepIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/home_post.html')
-rw-r--r--layouts/partials/home_post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/home_post.html b/layouts/partials/home_post.html
index 061f6bc..9103a78 100644
--- a/layouts/partials/home_post.html
+++ b/layouts/partials/home_post.html
@@ -58,7 +58,7 @@
{{ with .Params.tags }}
<div class="post-tags">
{{ range . }}
- <span class="tag"><a href="{{ "tags/" | absURL }}{{ . | urlize }}/">
+ <span class="tag"><a href="{{ "tags/" | absURL }}{{ . | urlize }}/">
#{{.}}</a></span>
{{ end }}
</div>