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 017efae commit 88670a2Copy full SHA for 88670a2
layouts/partials/hb/modules/docs/nav.html
@@ -14,12 +14,14 @@ <h5 class="offcanvas-title" id="hb-docs-nav-label">
14
data-bs-target=".hb-docs-nav"></button>
15
</div>
16
<div class="offcanvas-body flex-column text-body-secondary">
17
+ {{ partial "hugopress/functions/render-hooks" (dict "Page" . "Name" "hb-docs-nav-afterbegin") }}
18
<ul class="hb-docs-nav-links list-unstyled hb-module">
19
{{ template "walk-docs-tree" (dict "Tree" $tree "Page" .) }}
20
{{- with .FirstSection.Params.nav_menus }}
21
{{- partial "hb/modules/docs/nav-menus" . -}}
22
{{- end }}
23
</ul>
24
+ {{ partial "hugopress/functions/render-hooks" (dict "Page" . "Name" "hb-docs-nav-beforeend") }}
25
26
27
0 commit comments