diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2025-12-21 14:10:59 +0100 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2025-12-21 14:10:59 +0100 |
| commit | b6bf7475891823159bda89d781be0ba9829ae55d (patch) | |
| tree | cb64db3fc1df476ac35811b34e26a7a042d0cbeb | |
| parent | d0e5a3a7792a0c09c7f60f37f46a947fd2c925d8 (diff) | |
feat: added a favicon
| -rw-r--r-- | layouts/partials/head.html | 1 | ||||
| -rw-r--r-- | static/images/favicon-16x16.png | bin | 0 -> 279 bytes | |||
| -rw-r--r-- | static/images/favicon-32x32.png | bin | 0 -> 358 bytes | |||
| -rw-r--r-- | static/images/favicon.ico | bin | 0 -> 358 bytes |
4 files changed, 0 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 631ea58..546851c 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -3,7 +3,6 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png"> - <link rel="manifest" href="/images/site.webmanifest"> <link rel="stylesheet" href="{{ "/css/style.css" | relURL }}" /> <link rel="stylesheet" href="{{ "/css/fonts.css" | relURL }}" /> <script async type="text/javascript" src="js/code.js"> </script> diff --git a/static/images/favicon-16x16.png b/static/images/favicon-16x16.png Binary files differnew file mode 100644 index 0000000..7f4db7d --- /dev/null +++ b/static/images/favicon-16x16.png diff --git a/static/images/favicon-32x32.png b/static/images/favicon-32x32.png Binary files differnew file mode 100644 index 0000000..e61dde2 --- /dev/null +++ b/static/images/favicon-32x32.png diff --git a/static/images/favicon.ico b/static/images/favicon.ico Binary files differnew file mode 100644 index 0000000..e61dde2 --- /dev/null +++ b/static/images/favicon.ico |
