about summary refs log tree commit diff
path: root/web/tvl
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-11-30T09·51+0300
committerVincent Ambo <mail@tazj.in>2021-11-30T09·51+0300
commite61b50baf97940c53ff536443b4152c5fda79e08 (patch)
tree272d1848c7dfe8628936147d32d498073f64bee8 /web/tvl
parent6edfdd0773264b058736a8fb3887050d48a06c67 (diff)
chore(web): Correct URLs for assets & feeds on TVL blog r/3117
Change-Id: I8720d49f8f3f4010f57a53e763a4f246bf4eb3d8
Diffstat (limited to 'web/tvl')
-rw-r--r--web/tvl/template/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/tvl/template/default.nix b/web/tvl/template/default.nix
index f89c49b8cc..6ccc10de62 100644
--- a/web/tvl/template/default.nix
+++ b/web/tvl/template/default.nix
@@ -26,6 +26,7 @@ runCommandNoCC "${lib.strings.sanitizeDerivationName title}-index.html" {
       <meta name="description" content="The Virus Lounge">
       <link rel="stylesheet" type="text/css" href="${staticUrl}/tvl.css" media="all">
       <link rel="icon" type="image/webp" href="${staticUrl}/favicon.webp">
+      <link rel="alternate" type="application/atom+xml" title="Atom Feed" href="https://tvl.fyi/feed.atom">
       <title>${title}</title>
   '' + lib.optionalString (args ? extraHead) extraHead + ''
     </head>