diff --git a/layouts/partials/archive.html b/layouts/partials/archive.html index abda6f5..c11d4d6 100644 --- a/layouts/partials/archive.html +++ b/layouts/partials/archive.html @@ -18,7 +18,7 @@

{{ .Title | markdownify }}

- {{ $postDate }}{{- if ne $postDate $updateDate }} [{{ $updateDate }}]{{ end }} +  {{ $postDate }}{{- if ne $postDate $updateDate }}    {{ $updateDate }}{{ end }}

diff --git a/layouts/partials/aside.html b/layouts/partials/aside.html index dfad4c5..acc3fd2 100644 --- a/layouts/partials/aside.html +++ b/layouts/partials/aside.html @@ -3,7 +3,7 @@ {{ if or (.Params.description) (.Params.date) }} {{ if .Params.description }}

{{ .Params.description }}

{{ end }}

- {{ with $postDate }}{{ . }}{{ end }}{{- if ne $postDate $updateDate }} [{{ $updateDate }}]{{ end }} + {{ with $postDate }} {{ . }}{{ end }}{{- if ne $postDate $updateDate }}
 {{ $updateDate }}{{ end }}

{{- with .Params.tags -}}