mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 13:21:35 +01:00
fix: fix build error in index without paginator
This commit is contained in:
parent
43911ffe82
commit
7ef6fe22a3
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
{% block main %}
|
{% block main %}
|
||||||
|
|
||||||
<!-- avatar -->
|
<!-- avatar -->
|
||||||
{% 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 or config.extra.profile.name %}
|
||||||
<div class="mb-16 flex items-start">
|
<div class="mb-16 flex items-start">
|
||||||
{% if config.extra.profile.avatar_url %}
|
{% if config.extra.profile.avatar_url %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue