Skip to content

Commit

Permalink
Adds home access key
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnordmeyer committed Dec 28, 2023
1 parent 03f2cbd commit 7ef0ee6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _layouts/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</head>
<body>
<header>
<a rel="author" href="{{ '/' | relative_url }}">{{ site.title }}</a>
<a rel="author" href="{{ '/' | relative_url }}" accesskey="h" title="Home">{{ site.title }}</a>
</header>
<main aria-label="Content">
<article itemscope itemtype="https://schema.org/WebPage">
Expand Down
2 changes: 1 addition & 1 deletion _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
---
<header>
<a rel="author" href="{{ '/' | relative_url }}">{{ site.title }}</a>
<a rel="author" href="{{ '/' | relative_url }}" accesskey="h" title="Home">{{ site.title }}</a>
</header>
<main aria-label="Content">
<article itemscope itemtype="https://schema.org/WebPage">
Expand Down
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
---
<header>
<a rel="author" href="{{ '/' | relative_url }}">{{ site.title }}</a>
<a rel="author" href="{{ '/' | relative_url }}" accesskey="h" title="Home">{{ site.title }}</a>
</header>
<main aria-label="Content">
<article itemscope itemtype="https://schema.org/BlogPosting">
Expand Down

0 comments on commit 7ef0ee6

Please sign in to comment.