diff --git a/layouts/_default/section.html b/layouts/_default/section.html index c939c4b6..621b533a 100644 --- a/layouts/_default/section.html +++ b/layouts/_default/section.html @@ -69,7 +69,7 @@ {{ if eq .Params.posttype "in-reply-to" }} replied to {{ .Params.xAuthor }}'s {{ .Params.xPostType }}{{ end }} {{ if eq .Params.posttype "repost-of" }} shared {{ .Params.xAuthor }}'s {{ .Params.xPostType }}{{ end }}

{{ if .Params.xContent }}
{{ .Params.xAuthor }}'s avatar{{ dateFormat "Mon, 02 Jan 2006 15:04:05 GMT" .Params.xPublished }}
{{ plainify .Params.xContent }}
{{end}} - {{ if .Params.Content }}{{ .Params.Content }}{{ end }} + {{ if .Content }}{{ .Content }}{{ end }} {{ if not (eq .Type "article") }}
{{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}
{{ end }}