diff --git a/templates/index.html b/templates/index.html index 92f2432..ff0db6e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -10,7 +10,7 @@ {% block main %} - {% if paginator.current_index == 1 %} + {% if paginator is undefined or paginator.current_index == 1 %} {% if config.extra.profile.avatar_url or config.extra.profile.name %}
{% if config.extra.profile.avatar_url %}