From 2e01c5fc5372c2c2aec8c5f97da6302849d0d1cc Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Thu, 15 Jun 2023 00:51:33 +0000 Subject: [PATCH] minor updates as suggested by google page speed insights for accessibility. --- _config.yml | 1 + _includes/head.html | 2 +- _layouts/default.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 8f345ba..d29d35c 100644 --- a/_config.yml +++ b/_config.yml @@ -10,6 +10,7 @@ description: # Site URL url: "https://theme.digitaladapt.com" baseurl: / +lang: en # Matomo Tracking # matomo_url: "://track.tld" diff --git a/_includes/head.html b/_includes/head.html index 70fc131..3941b2c 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,5 +1,5 @@ - + {%- seo -%} diff --git a/_layouts/default.html b/_layouts/default.html index 58b1144..ccec0e6 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,7 +5,7 @@ Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) Ported to Jekyll by DigitalAdapt. --> - + {%- include head.html -%}