diff options
Diffstat (limited to 'zola-static/templates/blog-list.html')
| -rw-r--r-- | zola-static/templates/blog-list.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/zola-static/templates/blog-list.html b/zola-static/templates/blog-list.html index eb66dad..2061325 100644 --- a/zola-static/templates/blog-list.html +++ b/zola-static/templates/blog-list.html @@ -6,8 +6,6 @@ {{ section.title }} </h1> <ul> - <!-- If you are using pagination, section.pages will be empty. - You need to use the paginator object --> {% for page in section.pages %} <li><a href="{{ page.permalink | safe }}">{{ page.title }}</a></li> {% endfor %} |
