Nekrocuck
This commit is contained in:
8
templates/macros/board-links.html
Normal file
8
templates/macros/board-links.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% macro board_links() %}
|
||||
<span class="link-group">
|
||||
{% for board_link in tcx.boards %}
|
||||
<a href="/boards/{{ board_link }}">{{ board_link }}</a>
|
||||
{% if !loop.last %}<span class="link-separator"></span>{% endif %}
|
||||
{% endfor %}
|
||||
</span>
|
||||
{% endmacro %}
|
||||
Reference in New Issue
Block a user