diff options
author | Vincent Ambo <tazjin@google.com> | 2020-03-29T21·34+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-03-29T21·34+0100 |
commit | 2776474686d5edaaaefdae625a28ef8adb662f6f (patch) | |
tree | 66084d730535681b8333a1f4a6fb97ebaa3a6d4d | |
parent | 049a13562c1ac9cc4ddbdccc7f00e2192d286003 (diff) |
feat(web/homepage): Link to TWiV r/604
-rw-r--r-- | web/homepage/entries.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web/homepage/entries.nix b/web/homepage/entries.nix index d204090330ef..43da50bb561d 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. + ''; + } ] |