From b20c9371054ed4a93bd35b08642c4996d7a8e133 Mon Sep 17 00:00:00 2001 From: Khusika Dhamar Gusti Date: Fri, 4 Jun 2021 14:03:06 +0700 Subject: [PATCH] fix(html/single): Use article instead of div Signed-off-by: Khusika Dhamar Gusti --- layouts/_default/single.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 390eea3c..f77ab31b 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -18,7 +18,7 @@

{{ T "contents" }}

{{- end -}} -
+
{{- /* Title */ -}}

@@ -67,5 +67,5 @@

{{ . }}

{{- /* Comment */ -}} {{- partial "comment.html" . -}} -
+ {{- end -}}