Convert list page into hugo templates
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user