aboutsummaryrefslogtreecommitdiff
path: root/zola-static/templates/project-list.html
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-12-26 18:48:58 -0500
committerJack Jamison <jackqjamison@gmail.com>2025-12-26 18:48:58 -0500
commitfad3843b2ba6176a4c0834b66e27584fcf7aed17 (patch)
tree5e53bf449392605d78912b620b22273a950c1516 /zola-static/templates/project-list.html
parentbe3a5f44a4eba7ca68839e1456553d5cc7399395 (diff)
move articles to directories
Diffstat (limited to 'zola-static/templates/project-list.html')
-rw-r--r--zola-static/templates/project-list.html2
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>