minor updates as suggested by google page speed insights for accessibility.
This commit is contained in:
@@ -10,6 +10,7 @@ description:
|
||||
# Site URL
|
||||
url: "https://theme.digitaladapt.com"
|
||||
baseurl: /
|
||||
lang: en
|
||||
|
||||
# Matomo Tracking
|
||||
# matomo_url: "://track.tld"
|
||||
|
||||
+1
-1
@@ -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 -%}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user