diff options
Diffstat (limited to 'layouts/_default/list.html')
-rw-r--r-- | layouts/_default/list.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html index c9f9806..59eb537 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -5,6 +5,8 @@ <div class="articles h-feed"> <h1 class="post-title">{{ i18n .Title }}</h1> + {{ if .Params.no_feed }} + {{ else}} {{ range .Page.CurrentSection.Pages }} <div class="post-short-list h-entry"> <header class="post-header"> @@ -13,6 +15,7 @@ {{ partial "postInfo.html" . }} </div> {{ end }} + {{ end}} </div> {{ end }} |