From 9ea241441e0b90cc908a5a931cc2222109d2bcd2 Mon Sep 17 00:00:00 2001 From: jk Date: Thu, 7 May 2020 14:36:18 +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 180d2cbb..2a2d6a28 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 }}

-
{{ .content }}

+ {{ if .content }}
{{ .content }}

{{end}}