diff options
author | Aoi Koizumi <novaburst@kalli.st> | 2022-03-14 11:12:50 -0300 |
---|---|---|
committer | Aoi Koizumi <novaburst@kalli.st> | 2022-03-14 11:12:50 -0300 |
commit | 688d5f733f3990a8c85bc5036d4c352959e819bf (patch) | |
tree | 00641a1377f759b78f472105a51f2ee720efa4d5 /.zs | |
parent | 7f62a3be71042366744463b97ff21f22d341d39e (diff) | |
download | zs-template-688d5f733f3990a8c85bc5036d4c352959e819bf.tar.gz |
Added favicon (tea bag) · Updated layout
Signed-off-by: Aoi Koizumi <novaburst@kalli.st>
Diffstat (limited to '.zs')
-rw-r--r-- | .zs/layout.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.zs/layout.html b/.zs/layout.html index 3912c77..255bf4a 100644 --- a/.zs/layout.html +++ b/.zs/layout.html @@ -4,9 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" href="/simple.min.css"> - <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> + <link rel="icon" type="image/png" href="/favicon.png"> <title>{{ title }}</title> </head> <body> |