about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-03-29T21·34+0100
committerVincent Ambo <tazjin@google.com>2020-03-29T21·34+0100
commit2776474686d5edaaaefdae625a28ef8adb662f6f (patch)
tree66084d730535681b8333a1f4a6fb97ebaa3a6d4d /web
parent049a13562c1ac9cc4ddbdccc7f00e2192d286003 (diff)
feat(web/homepage): Link to TWiV r/604
Diffstat (limited to 'web')
-rw-r--r--web/homepage/entries.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/web/homepage/entries.nix b/web/homepage/entries.nix
index d204090330..43da50bb56 100644
--- a/web/homepage/entries.nix
+++ b/web/homepage/entries.nix
@@ -44,4 +44,16 @@
       understand until much later. It shaped much of my world view.
     '';
   }
+  {
+    class = "misc";
+    title = "This Week in Virology";
+    url = "http://www.microbe.tv/twiv/";
+    date = 1585517557;
+    description = ''
+      If you're looking for actual information about the COVID19
+      situation, I recommend listening to this podcast. Everyone on it
+      is actually working in a related field and the discussions are
+      very high-quality.
+    '';
+  }
 ]