You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
512 B
26 lines
512 B
{% if top %}
|
|
<hr />
|
|
{% endif %}
|
|
<p>
|
|
{% if top %}
|
|
{% for i in basic_theme.header_links %}
|
|
<a href="{{ i.href | relative_url }}">{{ i.name }}</a>
|
|
{% endfor %}
|
|
{% endif %}
|
|
</p>
|
|
<p>
|
|
[<a href="{{ "/" | relative_url }}">Root</a>]
|
|
{% if page.previous %}
|
|
[<a href="{{ page.previous }}">Previous</a>]
|
|
{% endif %}
|
|
{% unless page.catagories %}
|
|
[<a href="{{ page.catagories | pop | join "/" }}">Up</a>]
|
|
{% endunless %}
|
|
{% if page.next %}
|
|
p<a href="{{ page.next }}">Next</a>]
|
|
{% endif %}
|
|
</p>
|
|
{% if top %}
|
|
<hr />
|
|
{% endif %}
|