diff options
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 %} |
