about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-02-09T00·43+0000
committerVincent Ambo <tazjin@google.com>2020-02-09T00·43+0000
commit9fc9b58301b3e0c538ffb8b7e4e7a7dab9fbc243 (patch)
tree0b4d7efaa26f554bf5885bfe0adcd6807b72ea75
parenta791d5e35947bef05c7f61b900b7a6c6b5c18ac8 (diff)
feat(web): Add a favicon to homepage & blog r/498
-rw-r--r--web/blog/fragments.nix1
-rw-r--r--web/homepage/header.html2
-rw-r--r--web/homepage/static/favicon.webpbin0 -> 11554 bytes
3 files changed, 2 insertions, 1 deletions
diff --git a/web/blog/fragments.nix b/web/blog/fragments.nix
index 646cd7d317..c910ac014e 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&#39;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&#39;s blog: ${escape title}</title>
   </head>
diff --git a/web/homepage/header.html b/web/homepage/header.html
index 1f9c262a58..64579586d1 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&#39;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&#39;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 0000000000..f99c908534
--- /dev/null
+++ b/web/homepage/static/favicon.webp
Binary files differ