diff options
-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. + ''; + } ] |