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:
parent
66195ffe69
commit
39a0d74042
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
Documentation
|
Documentation
|
||||||
</a>
|
</a>
|
||||||
{% if page._parent %}
|
{% if page._parent %}
|
||||||
<a href="/page/{{ page._parent }}" class="page__header-nav">
|
<a href="{{ pageParent.uri }}" class="page__header-nav">
|
||||||
Parent {{ pageParent.title }}
|
Parent {{ pageParent.title }}
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue