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 }}
Posted: | {{ . }} |
Updated: | {{ $updateDate }} |
posted: | {{ . }} |
updated: | {{ $updateDate }} |
{{- with .Params.tags -}}
+ tags:
{{- range . }}
{{- $tag := urlize . -}}
[{{ . }}]