소스 검색

Fix featured post section after update (#807)

Bernat Borràs Civil 1 년 전
부모
커밋
bd2181eaca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>