Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/d-kusk/minimage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaisuke KONISHI <skydai1151@gmail.com>2019-08-16 19:05:33 +0300
committerDaisuke KONISHI <skydai1151@gmail.com>2019-08-16 19:05:33 +0300
commit733d04a97b5a67a81e6dd6947684f17ec5903bcf (patch)
treee62d9de690bca7869ac871b8faba538cda0a3e53 /layouts
parent1d8baa3b71fc36ffe04edc65c84275cf8e0cff86 (diff)
fix #55
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 53fd957..3779aee 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,5 +1,5 @@
{{ define "main" }}
- {{ $pag := .Paginate (where .Data.Pages "Type" "post") 5 }}
+ {{ $pag := .Paginate (where .Site.RegularPages "Type" "post") 5 }}
<div class="p-archive">
<div class="c-container">