Skip to content

Commit

Permalink
minor improvements for a11y
Browse files Browse the repository at this point in the history
  • Loading branch information
stebunovd committed Jan 3, 2025
1 parent c42980f commit 842f10b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/blog-footer.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="footer footer--blog">
<div class="container">
<div class="footer--grid-simple">
<a class="footer--logo" href="/">{{ (resources.Get "img/logo.svg").Content | strings.TrimSpace | safeHTML }}</a>
<a class="footer--logo" href="/" aria-label="ivelum">{{ (resources.Get "img/logo.svg").Content | strings.TrimSpace | safeHTML }}</a>
<div class="footer--menu">
{{- range site.Menus.main }}
<a
Expand Down
1 change: 1 addition & 0 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
>
<div class="header--wrapper">
<a
aria-label="ivelum"
class="header--logo"
x-bind:class="isMenuOpen && 'is-open'"
href="/"
Expand Down

0 comments on commit 842f10b

Please sign in to comment.