Convert list page into hugo templates
This commit is contained in:
parent
607f15580c
commit
00465629d2
11 changed files with 98 additions and 19 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue