1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-08 15:05:26 +02:00

Fixed parent page link

This commit is contained in:
DorofeevMark 2019-01-12 22:09:13 +03:00
parent 66195ffe69
commit 39a0d74042

View file

@ -7,7 +7,7 @@
Documentation
</a>
{% if page._parent %}
<a href="/page/{{ page._parent }}" class="page__header-nav">
<a href="{{ pageParent.uri }}" class="page__header-nav">
Parent {{ pageParent.title }}
</a>
{% endif %}