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

github.com/zwbetz-gh/minimal-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/post/single.html')
-rw-r--r--layouts/post/single.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/post/single.html b/layouts/post/single.html
index d59e499..fb9da3a 100644
--- a/layouts/post/single.html
+++ b/layouts/post/single.html
@@ -7,7 +7,8 @@
{{ with .Site.Params.customDateFormat }}{{ $customDateFormat = . }}{{ end }}
{{ .PublishDate.Format $customDateFormat }}{{ if gt .Lastmod .PublishDate }}, updated {{ .Lastmod.Format $customDateFormat }}{{ end }}
</small>
- {{ partial "tags" . }} {{ partial "categories" . }}
+ {{ partial "tags" . }}
+ {{ partial "categories" . }}
</p>
{{ .Content }}