From 66d7b5de19c569efbc41739027051901d7dd2587 Mon Sep 17 00:00:00 2001 From: Thomas T Date: Fri, 29 Dec 2023 21:55:21 -0500 Subject: [PATCH] remove `custom_main.html` from partial --- layouts/partials/custom_main.html | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 layouts/partials/custom_main.html diff --git a/layouts/partials/custom_main.html b/layouts/partials/custom_main.html deleted file mode 100644 index fd7a145..0000000 --- a/layouts/partials/custom_main.html +++ /dev/null @@ -1,25 +0,0 @@ -{{ if .IsHome }} - {{ $pages := first .Site.Params.latestPostsCount (where .Site.RegularPages "Section" "blog") }} - -{{ end }}