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:
authorzwbetz-gh <37317628+zwbetz-gh@users.noreply.github.com>2022-01-13 17:40:08 +0300
committerGitHub <noreply@github.com>2022-01-13 17:40:08 +0300
commit309bc164db2b3589779474a3ac876fefdbbb8226 (patch)
tree406bfcaf84e05342adb7844b87de32e3519717c7
parent450a72a1ee434c758d9467190fc7b2607b2e59a0 (diff)
Update 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 }}