diff options
-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 --> |