Add catalog link to top page list in boards
This commit is contained in:
parent
7c7a465966
commit
ac5936f0a5
@ -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 %}
|
[<a {% if page.selected %}class="selected"{% endif %}{% if not page.selected %}href="{{ page.link }}"{% endif %}>{{ page.num }}</a>]{% if loop.last %} {% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{{ btn.next }}
|
{{ btn.next }}
|
||||||
|
{% if config.catalog_link %}
|
||||||
|
| <a href="{{ config.root }}{{ board.dir }}{{ config.catalog_link }}">Catalog</a>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user