From 86741ced22b3bd825f9c58a44548bfb057402015 Mon Sep 17 00:00:00 2001
From: jk
Date: Fri, 12 Feb 2021 12:30:22 +0000
Subject: [PATCH] fixing content on replies
---
layouts/_default/section.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/_default/section.html b/layouts/_default/section.html
index fe2d4f54..11fdb5f3 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 }}{{ dateFormat "Mon, 02 Jan 2006 15:04:05 GMT" .Params.xPublished }}
{{ plainify .Params.xContent }}{{end}}
- {{ if .Content }}{{ .Content }}
{{ end }}
+ {{ if .Content }}
{{ .Content }}{{ end }}
{{ if not (eq .Type "article") }}{{ end }}