From 359ef041eb693001075179959c0a85e195618d2b Mon Sep 17 00:00:00 2001
From: jk
Date: Fri, 12 Feb 2021 23:46:05 +0000
Subject: [PATCH] maybe fixing responses
---
themes/nipponalba/layouts/_default/single.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/nipponalba/layouts/_default/single.html b/themes/nipponalba/layouts/_default/single.html
index dd7c7ffc..6acf93d9 100644
--- a/themes/nipponalba/layouts/_default/single.html
+++ b/themes/nipponalba/layouts/_default/single.html
@@ -96,7 +96,7 @@
{{ 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 }}{{end}}
{{ if .Content }}
{{ .Content }}{{ end }}
{{ if not (eq .Type "article") }}