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 }}