Bläddra i källkod

Fix featured post section after update (#807)

Bernat Borràs Civil 1 år sedan
förälder
incheckning
bd2181eaca
1 ändrade filer med 1 tillägg och 1 borttagningar
  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>