aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-05-25 17:06:18 +0300
committerla-ninpre <leobrekalini@gmail.com>2021-05-25 17:06:18 +0300
commit3e30c7241cb18c5e02195e889b9e4dc73490214a (patch)
tree134298933a516345965f2e45f01f72fee60de6de /_layouts/default.html
parent95e872ed91b2254f6486d8a106b09e4a80bc03e5 (diff)
downloadaaoth.xyz-3e30c7241cb18c5e02195e889b9e4dc73490214a.tar.gz
aaoth.xyz-3e30c7241cb18c5e02195e889b9e4dc73490214a.zip
fix minor issues
add width and height to icons add lang meta-tag add swap to fonts for faster loading
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index b146090..fdb18e0 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
+ <meta lang="en">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ page.title }} - {{ site.title }}</title>