|
{{ 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 }}
|