Merge pull request #91 from vringar/fixing_list
Only show pages that are part of this list
This commit is contained in:
commit
866556ffb3
@ -5,7 +5,7 @@
|
||||
|
||||
<div class="articles h-feed">
|
||||
<h1 class="post-title">{{ i18n .Title }}</h1>
|
||||
{{ $pages := where site.RegularPages "Type" "in" site.Params.mainSections }}
|
||||
{{ $pages := where .Pages "Type" "in" site.Params.mainSections }}
|
||||
{{ range $pages }}
|
||||
<div class="post-short-list h-entry">
|
||||
<header class="post-header">
|
||||
|
Loading…
Reference in New Issue
Block a user