Bladeren bron

Fix featured post section after update (#807)

Bernat Borràs Civil 1 jaar geleden
bovenliggende
commit
bd2181eaca
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      layouts/partials/sections/featured-posts.html

+ 1 - 1
layouts/partials/sections/featured-posts.html

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