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 -%}