From 4ef79036c5d17f11cf15f7c4071c1a506b5d33f3 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Tue, 19 Apr 2022 20:34:59 +0530 Subject: [PATCH] Fix W3 validator warning: Section lacks heading for `home_info` (#857) Use `div` instead of `section` element, because already an `article` element. --- layouts/partials/home_info.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/home_info.html b/layouts/partials/home_info.html index eb553643..fd3bc0dc 100644 --- a/layouts/partials/home_info.html +++ b/layouts/partials/home_info.html @@ -3,9 +3,9 @@ {{ .Title | markdownify }} - + {{ .Content | markdownify }} - +
{{ .Content | markdownify }}