diff options
-rw-r--r-- | web/blog/fragments.nix | 1 | ||||
-rw-r--r-- | web/homepage/header.html | 2 | ||||
-rw-r--r-- | web/homepage/static/favicon.webp | bin | 0 -> 11554 bytes |
3 files changed, 2 insertions, 1 deletions
diff --git a/web/blog/fragments.nix b/web/blog/fragments.nix index 646cd7d3172d..c910ac014e5e 100644 --- a/web/blog/fragments.nix +++ b/web/blog/fragments.nix @@ -21,6 +21,7 @@ let <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="tazjin's blog"> <link rel="stylesheet" type="text/css" href="/static/tazjin.css" media="all"> + <link rel="icon" type="image/webp" href="/static/favicon.webp"> <link rel="alternate" type="application/rss+xml" title="RSS-Feed" href="/rss.xml"> <title>tazjin's blog: ${escape title}</title> </head> diff --git a/web/homepage/header.html b/web/homepage/header.html index 1f9c262a58e3..64579586d14a 100644 --- a/web/homepage/header.html +++ b/web/homepage/header.html @@ -3,7 +3,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="tazjin's blog"> <link rel="stylesheet" type="text/css" href="static/tazjin.css" media="all"> - <link rel="alternate" type="application/rss+xml" title="RSS-Feed" href="/rss.xml"> + <link rel="icon" type="image/webp" href="/static/favicon.webp"> <title>tazjin's interblag</title> </head> <body class="dark"> diff --git a/web/homepage/static/favicon.webp b/web/homepage/static/favicon.webp new file mode 100644 index 000000000000..f99c9085340b --- /dev/null +++ b/web/homepage/static/favicon.webp Binary files differ |