Browse Source

Reverse the related links

pull/6176/head
Rapptz 5 years ago
parent
commit
385657179d
  1. 2
      docs/_templates/layout.html

2
docs/_templates/layout.html

@ -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…
Cancel
Save