Skip to content

Commit 696a489

Browse files
committed
docs: improve website accessibility and seo
1 parent 67d436c commit 696a489

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/_layouts/default.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta http-equiv="content-type" content="text/html; charset=utf-8">
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<meta name="description" content="Windows alt-tab on macOS">
89

910
<title>
1011
{% if page.title == "Introduction" %} {{ site.title }} - {{ site.description }}
@@ -37,7 +38,7 @@
3738

3839
<header>
3940
<div>
40-
<a href="{{ site.baseurl }}"><img src="{{ site.baseurl }}public/android-chrome-256x256.png" width="100" height="100"/></a>
41+
<a href="{{ site.baseurl }}" aria-label="Homepage"><img src="{{ site.baseurl }}public/android-chrome-256x256.png" width="100" height="100" alt="AltTab logo"/></a>
4142
<div>
4243
<h1><a href="{{ site.baseurl }}">{{ site.title }}</a></h1>
4344
<p>{{ site.github.project_tagline }}</p>

0 commit comments

Comments
 (0)