Browse Source

Add catalog link to top page list in boards

pull/40/head
Michael Walker 10 years ago
parent
commit
ac5936f0a5
  1. 3
      templates/index.html

3
templates/index.html

@ -50,6 +50,9 @@
[<a {% if page.selected %}class="selected"{% endif %}{% if not page.selected %}href="{{ page.link }}"{% endif %}>{{ page.num }}</a>]{% if loop.last %} {% endif %}
{% endfor %}
{{ btn.next }}
{% if config.catalog_link %}
| <a href="{{ config.root }}{{ board.dir }}{{ config.catalog_link }}">Catalog</a>
{% endif %}
</div>
{% endif %}

Loading…
Cancel
Save