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 | |
parent | 7f62a3be71042366744463b97ff21f22d341d39e (diff) | |
download | zs-template-688d5f733f3990a8c85bc5036d4c352959e819bf.tar.gz |
Added favicon (tea bag) · Updated layout
Signed-off-by: Aoi Koizumi <novaburst@kalli.st>
-rw-r--r-- | .zs/layout.html | 4 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | favicon.png | bin | 0 -> 1388133 bytes |
3 files changed, 2 insertions, 4 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> diff --git a/README.md b/README.md index b4237e4..27facf1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # zs-starter-template -zs starter template \ No newline at end of file +zs starter template (w/o Docker) diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..16bd8c6 --- /dev/null +++ b/favicon.png Binary files differ |