Browse Source

index.html: add missing hud bars ids

fix-hud-dash
Zankaria 2 weeks ago
parent
commit
159b9c9737
  1. 4
      templates/index.html

4
templates/index.html

@ -31,7 +31,7 @@
<title>{{ board.url }} - {{ board.title|e }}{% if page_num %} - Page {{ page_num }}{% endif %}</title>
</head>
<body class="8chan vichan {% if mod %}is-moderator{% else %}is-not-moderator{% endif %} active-{% if not no_post_form %}index{% else %}ukko{% 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>
@ -116,7 +116,7 @@
</footer>
</div>
<div class="bar bottom">
<div id="bottom-hud" class="bar bottom">
<div class="pages">
{{ btn.prev }} [ {% for page in pages %}
<a {% if page.selected %}class="selected"{% endif %}{% if not page.selected %}href="{{ page.link }}"{% endif %}>{{ page.num }}</a>{% if not loop.last %} /{% endif %}

Loading…
Cancel
Save