aboutsummaryrefslogtreecommitdiff
path: root/layouts/post/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/post/single.html')
-rw-r--r--layouts/post/single.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/post/single.html b/layouts/post/single.html
index 7960c64..3a737d3 100644
--- a/layouts/post/single.html
+++ b/layouts/post/single.html
@@ -9,9 +9,9 @@
<span class="post-time"> {{ .Date.Format (.Site.Params.dateFormatToUse | default "2006-01-02") }} </span>
{{ with .Params.categories -}}
<div class="post-category">
- {{ range . -}}
- <a href="{{ "categories" | relURL }}/{{ . | urlize }}/">{{ . }}</a>
- {{- end }}
+ {{ range . }}
+ <a href="{{ "categories" | relURL }}/{{ . | urlize }}/"> {{ . }} </a>
+ {{ end }}
</div>
{{- end }}
{{ if .Site.Params.moreMeta -}}
@@ -63,4 +63,4 @@
</nav>
</footer>
</article>
-{{- end }} \ No newline at end of file
+{{- end }}