hugo-book/layouts/partials/docs/menu-bundle.html
2021-05-21 00:46:53 +02:00

6 lines
260 B
HTML

{{ with .Site.GetPage .Site.Params.BookMenuBundle }}
{{- $href := printf "href=\"%s\"" $.RelPermalink -}}
{{- replace .Content $href (print $href "class=active") | safeHTML -}}
{{- warnf "Bundle menu mode is deprecated and will be removed" -}}
{{ end }}