Convert list page into hugo templates

This commit is contained in:
hossainemruz 2020-04-18 02:19:46 +06:00
parent 607f15580c
commit 00465629d2
11 changed files with 98 additions and 19 deletions

View file

@ -3,7 +3,7 @@
<div class="container">
<div class="row" id="recent-posts">
{{ range first 3 .Site.RegularPages }}
{{ partial "cards/post.html" . }}
{{ partial "cards/recent-post.html" . }}
{{ end }}
</div>
</div>