From bc00397fd165a143d99b060f75a7af40415a6371 Mon Sep 17 00:00:00 2001 From: Benjamin Staneck Date: Wed, 18 Dec 2019 20:42:40 +0100 Subject: [PATCH] Improved Lighthouse score (#1391) * a few accessibility fixes from lighthouse report * add rel="noopener" to external links * add title attribute to social links * add mimetype to manifest link and allow it to work behind auth * add font-display: swap to all the places where external fonts are used * remove font-display: swap from icon fonts * removed font-display from style blocks in base * add target="_blank" to social links * switch base fonts grabbed from Google back to display:fallback As per recommendation from https://developers.google.com/web/updates/2016/02/font-display#fallback * add target="_blank" to the footer links as well --- src/assets/stylesheets/base/_icons.scss | 1 - src/base.html | 2 +- src/partials/footer.html | 4 ++-- src/partials/header.html | 3 ++- src/partials/nav.html | 2 +- src/partials/search.html | 2 +- src/partials/social.html | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/assets/stylesheets/base/_icons.scss b/src/assets/stylesheets/base/_icons.scss index 8721fa5ba12..a7024e66bbc 100644 --- a/src/assets/stylesheets/base/_icons.scss +++ b/src/assets/stylesheets/base/_icons.scss @@ -35,7 +35,6 @@ line-height: 1; text-transform: none; white-space: nowrap; - speak: none; word-wrap: normal; direction: ltr; diff --git a/src/base.html b/src/base.html index 1e743d80692..eb334487678 100644 --- a/src/base.html +++ b/src/base.html @@ -165,7 +165,7 @@ {% if config.extra.manifest %} - + {% endif %} diff --git a/src/partials/footer.html b/src/partials/footer.html index de9f0e8ad0a..95b7caca6df 100644 --- a/src/partials/footer.html +++ b/src/partials/footer.html @@ -89,9 +89,9 @@ {% endif %} powered by - MkDocs + MkDocs and - + Material for MkDocs diff --git a/src/partials/header.html b/src/partials/header.html index b5167af917d..806fa3b78dc 100644 --- a/src/partials/header.html +++ b/src/partials/header.html @@ -31,11 +31,12 @@
diff --git a/src/partials/nav.html b/src/partials/nav.html index 5791d0916b0..72c2059d757 100644 --- a/src/partials/nav.html +++ b/src/partials/nav.html @@ -30,7 +30,7 @@ {% if config.theme.logo.icon %} {{ config.theme.logo.icon }} {% else %} - + logo {% endif %} {{ config.site_name }} diff --git a/src/partials/search.html b/src/partials/search.html index 6a2a270ff2a..6aa37ba5377 100644 --- a/src/partials/search.html +++ b/src/partials/search.html @@ -27,7 +27,7 @@