minor updates as suggested by google page speed insights for accessibility.

This commit is contained in:
2023-06-15 00:51:33 +00:00
parent a7cb4a04ef
commit 2e01c5fc53
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -10,6 +10,7 @@ description:
# Site URL
url: "https://theme.digitaladapt.com"
baseurl: /
lang: en
# Matomo Tracking
# matomo_url: "://track.tld"
+1 -1
View File
@@ -1,5 +1,5 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5" />
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}" />
{%- seo -%}
+1 -1
View File
@@ -5,7 +5,7 @@
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
Ported to Jekyll by DigitalAdapt.
-->
<html>
<html lang="{{ site.lang | default: 'en' }}">
<head>
{%- include head.html -%}
</head>