From 309bc164db2b3589779474a3ac876fefdbbb8226 Mon Sep 17 00:00:00 2001 From: zwbetz-gh <37317628+zwbetz-gh@users.noreply.github.com> Date: Thu, 13 Jan 2022 07:40:08 -0700 Subject: Update single.html --- layouts/post/single.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }} - {{ partial "tags" . }} {{ partial "categories" . }} + {{ partial "tags" . }} + {{ partial "categories" . }}

{{ .Content }} -- cgit v1.2.3