diff --git a/layouts/partials/aside.html b/layouts/partials/aside.html index 8eba8c4..2311e32 100644 --- a/layouts/partials/aside.html +++ b/layouts/partials/aside.html @@ -1,5 +1,5 @@ -{{ if .Params.description }}
{{ .Params.description }}
{{ end }} -{{ if or (.Params.author) (.Params.date) }} +{{ if or (.Params.description) (.Params.author) (.Params.date) }} + {{ if .Params.description }}{{ .Params.description }}
{{ end }}{{ if .Params.author }}By {{ .Params.author }}{{ if .Date }}, {{ end }}{{ end }} {{ if .Date }}{{ .Date.Format "2006-01-02" }}{{ end }}