Add catalog link to top page list in boards

This commit is contained in:
Michael Walker 2014-09-29 12:10:08 +00:00
parent 7c7a465966
commit ac5936f0a5

View File

@ -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 %}