@@ -44,18 +62,6 @@
{% include 'boardlist.html' %}
{% endif %}
- {% if config.page_nav_top %}
-
- {% for page in pages %}
- [
{{ page.num }}]{% if loop.last %} {% endif %}
- {% endfor %}
- {{ btn.next }}
- {% if config.catalog_link %}
- |
Catalog
- {% endif %}
-
- {{ btn.prev }} {% for page in pages %}
- [
{{ page.num }}]{% if loop.last %} {% endif %}
- {% endfor %} {{ btn.next }}
- {% if config.catalog_link %}
- |
Catalog
- {% endif %}
-