Fix header duplication during infinity scroll (#483)

pull/486/head
Humberto Rocha 2023-01-30 13:24:15 -05:00 zatwierdzone przez GitHub
rodzic b9e8f19e90
commit 0f66900d9c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 57 dodań i 53 usunięć

Wyświetl plik

@ -15,6 +15,7 @@
{% block body_class %}has-banner{% endblock %}
{% block content %}
{% if not request.htmx %}
<h1 class="identity">
{% if identity.local_image_url %}
<img src="{{ identity.local_image_url.relative }}" class="banner">
@ -39,6 +40,7 @@
</a>
</small>
</h1>
{% endif %}
{% if inbound_block %}
<p class="system-note">
@ -46,6 +48,7 @@
</p>
{% else %}
{% if not request.htmx %}
{% if identity.summary %}
<div class="bio">
{{ identity.safe_summary }}
@ -83,6 +86,7 @@
</p>
{% endif %}
{% endif %}
{% endif %}
{% block subcontent %}