From 70c106d68fccca40072689ff80750ef59797738f Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 20 Nov 2019 23:22:50 +0100 Subject: [PATCH] =?UTF-8?q?Add=20class=20=E2=80=9Ccontent=E2=80=9D.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/_default/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index fef8714..7c723c1 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -2,5 +2,5 @@

{{ if .Draft }}DRAFT: {{ end }}{{ .Title }}

{{ partial "post_meta.html" . }} -
{{ .Content }}
+
{{ .Content }}
{{- end }}