aboutsummaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
authorAhmed M Alaa <aa@4b.cx>2022-12-04 23:19:16 +0200
committerAhmed M Alaa <aa@4b.cx>2022-12-04 23:19:16 +0200
commit2d7be35ef50d37f5057248d20cbeb1f06fd5cde0 (patch)
treea735e70bd255b3cb7aa3a011df5dc33500a01495 /templates/index.html
parent06e0d3f6499fefa06f78247caddcf34018af180c (diff)
fix: adjusted list_page option, typos
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 146df3b..40487bc 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -3,7 +3,7 @@
{% block content %}
{{ section.content | safe }}
-{% if section.extra.list_pages %}
+{% if config.extra.list_pages %}
{% if paginator %}
{% set pages = paginator.pages %}
{% else %}