diff --git a/stylesheets/style.css b/stylesheets/style.css index 10ddb8e8..aa5d121e 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -322,6 +322,9 @@ div.pages { div.pages.top { display: inline-block; padding: 4px 8px; + margin-top: 40px; + float: left; + position: absolute; } div.pages a.selected { color: black; diff --git a/templates/index.html b/templates/index.html index 0b4fed8d..b8c5d1ae 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,8 +7,19 @@ {{ boardlist.top }} + + {% if config.page_nav_top %} +
+ {% for page in pages %} + [{{ page.num }}]{% if loop.last %} {% endif %} + {% endfor %} + {{ btn.next }} +
+ {% endif %} + {% if pm %}
You have an unread PM{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.

{% endif %} {% if config.url_banner %}{% endif %} +

{{ board.url }} - {{ board.title|e }}

@@ -25,17 +36,6 @@ {% include 'post_form.html' %} - {% if config.page_nav_top %} -
- {% for page in pages %} - [{{ page.num }}]{% if loop.last %} {% endif %} - {% endfor %} {{ btn.next }} - {% if config.catalog_link %} - | Catalog - {% endif %} -
- {% endif %} - {% if config.global_message %}
{{ config.global_message }}
{% endif %}