Various Fix and added support for Hugo 0.55

This commit is contained in:
Giuseppe Pignataro
2019-05-05 10:25:43 +02:00
parent 8b49c5eaa2
commit fc248e808b
8 changed files with 62 additions and 14 deletions

View File

@@ -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>