Did you know adult lions pretend to be hurt by the bites of their little ones to encourage their strength?
'
xPublished: '2021-03-10T18:27:15+00:00'
+xContentPhoto:
+ - 'https://mstdn.social/system/media_attachments/files/105/866/908/388/598/413/original/6d5edff5e6867f8e.jpg'
+ - 'https://mstdn.social/system/media_attachments/files/105/866/908/634/890/968/original/befd0e7459dca22b.jpg'
xPostType: photo
---
-
diff --git a/layouts/_default/section.html b/layouts/_default/section.html
index 11fdb5f3..c40e63a5 100644
--- a/layouts/_default/section.html
+++ b/layouts/_default/section.html
@@ -68,7 +68,8 @@
{{ if eq .Params.posttype "like-of" }} liked {{ .Params.xAuthor }}'s {{ .Params.xPostType }}{{ end }}
{{ 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 }}{{ dateFormat "Mon, 02 Jan 2006 15:04:05 GMT" .Params.xPublished }} {{ plainify .Params.xContent }}{{end}}
+ {{ if .Params.xContent }}{{ dateFormat "Mon, 02 Jan 2006 15:04:05 GMT" .Params.xPublished }}{{ plainify .Params.xContent }}
+ {{ if .Params.xContentPhoto }}
{{ range .Params.xContentPhoto }}{{ end }}{{ end }}{{end}}
{{ if .Content }} {{ .Content }}{{ end }}
{{ if not (eq .Type "article") }}{{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}
diff --git a/themes/nipponalba/layouts/_default/single.html b/themes/nipponalba/layouts/_default/single.html
index 812a8ce9..f718f8cf 100644
--- a/themes/nipponalba/layouts/_default/single.html
+++ b/themes/nipponalba/layouts/_default/single.html
@@ -93,15 +93,16 @@
- {{ if .Params.xContent }}{{ dateFormat "Mon, 02 Jan 2006 15:04:05 GMT" .Params.xPublished }} {{ plainify .Params.xContent }}{{end}}
+ {{ if .Params.xContent }}{{ dateFormat "Mon, 02 Jan 2006 15:04:05 GMT" .Params.xPublished }}{{ plainify .Params.xContent }}
+ {{ if .Params.xContentPhoto }}
{{ range .Params.xContentPhoto }}{{ end }}{{ end }}{{end}}
{{ if .Content }} {{ .Content }}{{ end }}
{{ if not (eq .Type "article") }}{{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}
- {{ end }}