From d90f64fb8654f27ae52a5f5ed363313707af5abf Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 24 Aug 2025 03:58:16 -0500 Subject: [PATCH] Only show hr on home if homepageLatestPosts enabled Otherwise there's just a random line separator for no reason. --- layouts/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/home.html b/layouts/home.html index a1f1603..aa7e0bc 100644 --- a/layouts/home.html +++ b/layouts/home.html @@ -3,10 +3,10 @@
{{ . }}
-
{{ end }} {{ if .Site.Params.homepageLatestPosts }} +

{{ i18n "latest_posts" }}