From 88c0672817cf033652b4be95ef01ecbe20febe80 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 20 Dec 2021 16:35:55 -0600 Subject: [PATCH] add separator between publish date and last mod date --- layouts/partials/post-meta.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/post-meta.html b/layouts/partials/post-meta.html index 843f844..1b707e9 100644 --- a/layouts/partials/post-meta.html +++ b/layouts/partials/post-meta.html @@ -12,7 +12,7 @@ {{- if $showDate }} {{ partial "sprite" (dict "icon" "calendar") }} - {{ $postDate -}}{{- if ne $postDate $updateDate }} {{- partial "sprite" (dict "icon" "edit") -}}{{- $updateDate -}}{{- end }} + {{ $postDate -}}{{- if ne $postDate $updateDate }}  ยท {{- partial "sprite" (dict "icon" "edit") -}}{{- $updateDate -}}{{- end }} {{- $scratch.Set "writeSeparator" true }} {{- end }}