diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-05-25 17:06:18 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-05-25 17:06:18 +0300 |
| commit | 3e30c7241cb18c5e02195e889b9e4dc73490214a (patch) | |
| tree | 134298933a516345965f2e45f01f72fee60de6de /_layouts | |
| parent | 95e872ed91b2254f6486d8a106b09e4a80bc03e5 (diff) | |
| download | aaoth.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')
| -rw-r--r-- | _layouts/about-page.html | 1 | ||||
| -rw-r--r-- | _layouts/default.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/_layouts/about-page.html b/_layouts/about-page.html index 66bad0a..6603cde 100644 --- a/_layouts/about-page.html +++ b/_layouts/about-page.html @@ -15,6 +15,7 @@ layout: default <img class= "link-icon" alt="{{ link.type }}" + width=32px height=32px src="/assets/img/{{ link.type }}-icon.png"> <div class="link-text">{{ link.name }}</div> </a> 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> |
