[TWIG] Various fixes related to header elements hierarchy

Widgets shouldn't have a header element from here forward, since their location varies
This commit is contained in:
2022-01-23 19:46:47 +00:00
parent bf07fa1ade
commit ee04571f4d
17 changed files with 44 additions and 30 deletions

View File

@@ -3,7 +3,7 @@
{# Backwards compatibility with hAtom 0.1 #}
{% if pinnednotes is not empty %}
<main class="feed pinned" tabindex="0" role="feed">
<h2>Pinned Notes</h2>
<h1>Pinned Notes</h1>
<div class="h-feed hfeed notes">
{% for conversation in pinnednotes %}
{% block current_note %}