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:
authorGiuseppe Pignataro <rogepix@gmail.com>2019-05-05 11:25:43 +0300
committerGiuseppe Pignataro <rogepix@gmail.com>2019-05-05 11:25:43 +0300
commitfc248e808b1de1d4a5fc3219bfee4ef303721f6f (patch)
tree0bf78c6815508ed2d7cc8c7eaddefa8c9d54e759 /layouts/partials/home_post.html
parent8b49c5eaa2d68eeaf0549df00020c1191d1c37b1 (diff)
Various Fix and added support for Hugo 0.55
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>