Reverse the related links
This commit is contained in:
parent
25e3a31827
commit
385657179d
2
docs/_templates/layout.html
vendored
2
docs/_templates/layout.html
vendored
@ -56,7 +56,7 @@
|
||||
{#- The relative links component #}
|
||||
<header class="grid-item">
|
||||
<nav>
|
||||
{%- for rellink in rellinks %}
|
||||
{%- for rellink in rellinks | reverse %}
|
||||
<a href="{{ pathto(rellink[0])|e }}" title="{{ rellink[1]|striptags|e }}"
|
||||
{{ accesskey(rellink[2]) }}>{{ rellink[3] }}</a> |
|
||||
{%- endfor %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user