aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-pt2021/layouts/partials/header.html
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2021-10-14 18:27:10 -0400
committerPaul Duncan <pabs@pablotron.org>2021-10-14 18:27:10 -0400
commite323c2903c299130ac37e40dd08f1dc3e00940f9 (patch)
tree4b01a73dfe44296ed29453fa195705d2e7cff1fb /themes/hugo-pt2021/layouts/partials/header.html
parent7775a7f43eeccec68678d8028bd7f22461bc31aa (diff)
downloadpablotron.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/partials/header.html')
-rw-r--r--themes/hugo-pt2021/layouts/partials/header.html2
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}}'
>