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 }}