Fix featured post section after update

This commit is contained in:
BernatBC 2023-10-15 12:12:24 +03:00
parent e8f8f3b22b
commit caaffea941

View file

@ -15,7 +15,7 @@
<div class="row" id="recent-post-cards">
{{ range $post := .posts}}
{{ with site.GetPage $post }}
{{ partial "cards/recent-post.html" . }}
{{ partial "cards/post.html" . }}
{{ end }}
{{ end }}
</div>