diff options
| author | Ahmed M Alaa <aa@4b.cx> | 2022-12-04 23:19:16 +0200 |
|---|---|---|
| committer | Ahmed M Alaa <aa@4b.cx> | 2022-12-04 23:19:16 +0200 |
| commit | 2d7be35ef50d37f5057248d20cbeb1f06fd5cde0 (patch) | |
| tree | a735e70bd255b3cb7aa3a011df5dc33500a01495 /templates/index.html | |
| parent | 06e0d3f6499fefa06f78247caddcf34018af180c (diff) | |
fix: adjusted list_page option, typos
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 2 |
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 %} |
