From 37dbdc53affbc25c66dff6120c546a1500d9d6c3 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sat, 30 Aug 2025 22:25:05 -0500 Subject: [PATCH] Use section tag for homepage latest posts section This improves semantic HTML compliance. --- layouts/home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/home.html b/layouts/home.html index aa7e0bc..22be103 100644 --- a/layouts/home.html +++ b/layouts/home.html @@ -7,7 +7,7 @@ {{ if .Site.Params.homepageLatestPosts }}
-
+

{{ i18n "latest_posts" }} {{ partial "rss-link.html" . }} @@ -16,6 +16,6 @@ {{ partial "page-list.html" (.Paginate .Site.RegularPages).Pages }} {{ partial "pagination.html" . }} -

+ {{ end }} {{ end }}