diff --git a/layouts/partials/aside.html b/layouts/partials/aside.html index 7927311..085c8c1 100644 --- a/layouts/partials/aside.html +++ b/layouts/partials/aside.html @@ -3,10 +3,11 @@ {{ if or (.Params.description) (.Params.date) }} {{ if .Params.description }}

{{ .Params.description }}

{{ end }}

- {{ with $postDate }}{{- if ne $postDate $updateDate }}{{ end }}
Posted:{{ . }}
Updated:{{ $updateDate }}
{{ end }} + {{ with $postDate }}{{- if ne $postDate $updateDate }}{{ end }}
posted:{{ . }}
updated:{{ $updateDate }}
{{ end }}

{{- with .Params.tags -}} + tags:
{{- range . }} {{- $tag := urlize . -}} [{{ . }}]