From caaffea94108d6de22ad10d4c072815b70f8315d Mon Sep 17 00:00:00 2001 From: BernatBC Date: Sun, 15 Oct 2023 12:12:24 +0300 Subject: [PATCH] Fix featured post section after update --- layouts/partials/sections/featured-posts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/sections/featured-posts.html b/layouts/partials/sections/featured-posts.html index c5e5404..4618512 100644 --- a/layouts/partials/sections/featured-posts.html +++ b/layouts/partials/sections/featured-posts.html @@ -15,7 +15,7 @@
{{ range $post := .posts}} {{ with site.GetPage $post }} - {{ partial "cards/recent-post.html" . }} + {{ partial "cards/post.html" . }} {{ end }} {{ end }}