Updating latest
Adding cards to search layout Finishing cards to homepage
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<h1>All Posts</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row row-cols-1 row-cols-md-3">
|
||||
<div class="row d-flex justify-content-center justify-content-md-around">
|
||||
{{ $paginator := .Paginate (where .Pages "Type" "post") }}
|
||||
{{ range $paginator.Pages }}
|
||||
{{ .Render "card" }}
|
||||
|
||||
Reference in New Issue
Block a user