Browse Source

index.html: add missing hud bars ids

fix-hud-dash
Zankaria 1 month 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> <title>{{ board.url }} - {{ board.title|e }}{% if page_num %} - Page {{ page_num }}{% endif %}</title>
</head> </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 %}"> <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 }} {{ boardlist.top }}
</div> </div>
@ -116,7 +116,7 @@
</footer> </footer>
</div> </div>
<div class="bar bottom"> <div id="bottom-hud" class="bar bottom">
<div class="pages"> <div class="pages">
{{ btn.prev }} [ {% for page in 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 %} <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