diff --git a/layouts/partials/aside.html b/layouts/partials/aside.html index 60dad04..8a08520 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 }}{{- if ne $postDate $updateDate }}{{ end }}
posted:{{ . }}
updated:{{ $updateDate }}
{{ end }} + {{ if .Params.date }}{{- if ne $postDate $updateDate }}{{ end }}
posted:{{ $postDate }}
updated:{{ $updateDate }}
{{ end }}

{{- with .Params.tags -}}