diff options
Diffstat (limited to 'themes/hugo-pt2021/layouts/partials')
-rw-r--r-- | themes/hugo-pt2021/layouts/partials/header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/hugo-pt2021/layouts/partials/header.html b/themes/hugo-pt2021/layouts/partials/header.html index cdeebb9..1beeb2d 100644 --- a/themes/hugo-pt2021/layouts/partials/header.html +++ b/themes/hugo-pt2021/layouts/partials/header.html @@ -64,6 +64,7 @@ class='navbar-item {{if eq .id $.Params.menu}}is-active{{end}}' title='{{.help}}' aria-label='{{.help}}' + data-id='{{.id}}' > {{- if .icon -}} <img |