Fix featured post section after update (#807)
This commit is contained in:
parent
e8f8f3b22b
commit
bd2181eaca
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue