diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-12-26 18:48:58 -0500 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-12-26 18:48:58 -0500 |
| commit | fad3843b2ba6176a4c0834b66e27584fcf7aed17 (patch) | |
| tree | 5e53bf449392605d78912b620b22273a950c1516 /zola-static/templates/project-list.html | |
| parent | be3a5f44a4eba7ca68839e1456553d5cc7399395 (diff) | |
move articles to directories
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> |
