We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2fc9b commit 2fe77f4Copy full SHA for 2fe77f4
themes/restlet-framework/layouts/_partials/documentation/innerNavDynamic.html
@@ -24,9 +24,9 @@
24
{{- $attrs := dict "class" "navigation-list-link" }}
25
26
{{- with $page.Pages }}{{/* In case of section, let's link to the first child */}}
27
- {{- $attrs = merge $attrs (dict "href" (index . 0).Permalink) }}
+ {{- $attrs = merge $attrs (dict "href" (index . 0).RelPermalink) }}
28
{{- else }}
29
- {{- $attrs = merge $attrs (dict "href" $page.Permalink) }}
+ {{- $attrs = merge $attrs (dict "href" $page.RelPermalink) }}
30
{{- end }}
31
32
{{- $currentPageActive := (eq $currentPage.Permalink $page.Permalink) }}
0 commit comments