From f7656d1a46aaadc0143db8851fb6a12d584c6aa3 Mon Sep 17 00:00:00 2001 From: jk Date: Thu, 7 May 2020 14:38:01 +0100 Subject: [PATCH] trying to fix responses tab --- 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 2a2d6a28..14bee791 100644 --- a/layouts/_default/section.html +++ b/layouts/_default/section.html @@ -45,7 +45,7 @@ {{ if .Params.likeof }} post{{ end }} {{ if .Params.inreplyto }} post{{ end }} {{ if .Params.repostof }} post{{ end }}

- {{ if .content }}
{{ .content }}

{{end}} + {{ if .Content }}
{{ .Content }}

{{end}}