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/blog | |
parent | a791d5e35947bef05c7f61b900b7a6c6b5c18ac8 (diff) |
feat(web): Add a favicon to homepage & blog r/498
Diffstat (limited to 'web/blog')
-rw-r--r-- | web/blog/fragments.nix | 1 |
1 files changed, 1 insertions, 0 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> |