From 2d7be35ef50d37f5057248d20cbeb1f06fd5cde0 Mon Sep 17 00:00:00 2001 From: Ahmed M Alaa Date: Sun, 4 Dec 2022 23:19:16 +0200 Subject: fix: adjusted list_page option, typos --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/index.html') 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 %} -- cgit v1.2.3