mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-26 13:16:46 +00:00
8 lines
217 B
HTML
8 lines
217 B
HTML
<style>
|
|
nav ul a[href="{{- .Permalink -}}"] {
|
|
color: {{ default "#004ed0" .Site.Params.BookMenuBundleActiveLinkColor }};
|
|
}
|
|
</style>
|
|
{{ with .Site.GetPage .Site.Params.BookMenuBundle }}
|
|
{{- .Content -}}
|
|
{{ end }} |