2018-09-12 12:36:16 +00:00
|
|
|
{{ with .Site.GetPage .Site.Params.BookMenuBundle }}
|
2019-10-08 21:17:30 +00:00
|
|
|
{{- $href := printf "href=\"%s\"" $.RelPermalink -}}
|
|
|
|
{{- replace .Content $href (print $href "class=active") | safeHTML -}}
|
2019-07-15 16:25:21 +00:00
|
|
|
{{ end }}
|