Fix image dimension and unwanted page listing
This commit is contained in:
parent
45eedc5f58
commit
6cc935dfbc
2 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
<div class="content container-fluid" id="content">
|
||||
<div class="content-cards">
|
||||
<div class="container-fluid filtr-container post-cards" id="post-cards">
|
||||
{{ range .Site.RegularPages }}
|
||||
{{ range (where site.RegularPages "Type" "in" site.Params.mainSections) }}
|
||||
{{ partial "cards/post.html" . }}
|
||||
{{ end }}
|
||||
{{/* {{ $paginator := .Paginate .Site.RegularPages 120 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue