diff options
Diffstat (limited to 'zola-static/templates/project-list.html')
| -rw-r--r-- | zola-static/templates/project-list.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/zola-static/templates/project-list.html b/zola-static/templates/project-list.html index c361e52..3fbe12e 100644 --- a/zola-static/templates/project-list.html +++ b/zola-static/templates/project-list.html @@ -5,8 +5,6 @@ <h1 class="title"> {{ section.title }} </h1> - <!-- If you are using pagination, section.pages will be empty. - You need to use the paginator object --> {% for page in section.pages %} <div class="index-section project-section"> <a href="{{ page.permalink | safe }}"><h2>{{ page.title }}</h2><img src="{{ page.path ~ 'cover.png' }}" alt="{{ page.title }}"></a> |
