diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-14 18:27:10 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-14 18:27:10 -0400 |
commit | e323c2903c299130ac37e40dd08f1dc3e00940f9 (patch) | |
tree | 4b01a73dfe44296ed29453fa195705d2e7cff1fb /themes/hugo-pt2021/layouts | |
parent | 7775a7f43eeccec68678d8028bd7f22461bc31aa (diff) | |
download | pablotron.org-e323c2903c299130ac37e40dd08f1dc3e00940f9.tar.bz2 pablotron.org-e323c2903c299130ac37e40dd08f1dc3e00940f9.zip |
themes/hugo-pt2021/layouts/partials/header.html: mark active menu in bold
Diffstat (limited to 'themes/hugo-pt2021/layouts')
-rw-r--r-- | themes/hugo-pt2021/layouts/partials/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/hugo-pt2021/layouts/partials/header.html b/themes/hugo-pt2021/layouts/partials/header.html index a1d1246..f93073b 100644 --- a/themes/hugo-pt2021/layouts/partials/header.html +++ b/themes/hugo-pt2021/layouts/partials/header.html @@ -31,7 +31,7 @@ {{- range $.Site.Data.menu.start -}} <a href='{{.href}}' - class='navbar-item {{if eq .id $.Params.page_id}}is-active{{end}}' + class='navbar-item {{if eq .id $.Params.page_id}}has-text-weight-bold{{end}}' title='{{.help}}' aria-label='{{.help}}' > |