faq.html catalog.html: fix top bar not being unpinned (missing hud hook)

This commit is contained in:
Zankaria 2024-05-07 11:47:21 +02:00
parent 47d704ed01
commit 7dcdbc065d
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
{% include 'header.html' %}
</head>
<body class="8chan vichan {% if mod %}is-moderator{% else %}is-not-moderator{% endif %} theme-catalog active-catalog" data-stylesheet="{% if config.default_stylesheet.1 != '' %}{{ config.default_stylesheet.1 }}{% else %}default{% endif %}">
<div class="top bar topbar">
<div id="top-hud" class="top bar topbar">
{{ boardlist.top }}
</div>
<header>

View File

@ -14,7 +14,7 @@
{% include 'header.html' %}
</head>
<body class="8chan vichan {% if mod %}is-moderator{% else %}is-not-moderator{% endif %}" data-stylesheet="{% if config.default_stylesheet.1 != '' %}{{ config.default_stylesheet.1 }}{% else %}default{% endif %}">
<div class="bar top">
<div id="top-hud" class="bar top">
{{ boardlist.top }}
</div>
<header>