diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-16 11:33:30 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-16 11:33:30 -0400 |
commit | 7c978307d111cecc55369288988a8573e2d20f1c (patch) | |
tree | dafdf2d51ee88f59bd49b65c78385b3261332735 | |
parent | 998c07847b041217a3070b9287909f2e6f5b8f47 (diff) | |
download | pablotron.org-7c978307d111cecc55369288988a8573e2d20f1c.tar.bz2 pablotron.org-7c978307d111cecc55369288988a8573e2d20f1c.zip |
themes/hugo-pt2021/layouts/header.html: fix logo tooltip
-rw-r--r-- | themes/hugo-pt2021/layouts/partials/header.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/hugo-pt2021/layouts/partials/header.html b/themes/hugo-pt2021/layouts/partials/header.html index 513e62a..a51197b 100644 --- a/themes/hugo-pt2021/layouts/partials/header.html +++ b/themes/hugo-pt2021/layouts/partials/header.html @@ -2,7 +2,7 @@ {{- $icon_height := 20 -}} <nav class='navbar is-black' role='navigation' aria-label='main navigation'> <div class='navbar-brand'> - <a + <a href='/' class='navbar-item' title='home page' @@ -12,8 +12,8 @@ src='/logo.svg' width='37' height='28' - title='site logo' - aria-label='site logo' + title='home page' + aria-label='home page' /> </a><!-- navbar-item --> |