diff options
author | Vincent Ambo <tazjin@google.com> | 2020-02-09T00·43+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-02-09T00·43+0000 |
commit | 9fc9b58301b3e0c538ffb8b7e4e7a7dab9fbc243 (patch) | |
tree | 0b4d7efaa26f554bf5885bfe0adcd6807b72ea75 /web/homepage | |
parent | a791d5e35947bef05c7f61b900b7a6c6b5c18ac8 (diff) |
feat(web): Add a favicon to homepage & blog r/498
Diffstat (limited to 'web/homepage')
-rw-r--r-- | web/homepage/header.html | 2 | ||||
-rw-r--r-- | web/homepage/static/favicon.webp | bin | 0 -> 11554 bytes |
2 files changed, 1 insertions, 1 deletions
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 |