Fix featured post section after update (#807)

This commit is contained in:
Bernat Borràs Civil 2023-10-15 13:41:39 +03:00 committed by GitHub
parent e8f8f3b22b
commit bd2181eaca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>