diff options
author | Vincent Ambo <mail@tazj.in> | 2020-08-10T22·38+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-08-10T23·24+0000 |
commit | dc13e12b95fdc1e4458bc8ce95044da706acbaf6 (patch) | |
tree | 709730e6abad3d02f39178e69e737953dcc26bba /users/tazjin/blog | |
parent | 452b8c7e2338670826aab4f822b7d8ed1099cc81 (diff) |
feat(tazjin/homepage): Add Atom feed for blog posts r/1636
Change-Id: I9049e2cc3f5a2c491ccfad5595d60c01ad926e6d Reviewed-on: https://cl.tvl.fyi/c/depot/+/1712 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'users/tazjin/blog')
-rw-r--r-- | users/tazjin/blog/fragments.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/blog/fragments.nix b/users/tazjin/blog/fragments.nix index 18f1c4e4c236..4c1ed5d8a8fe 100644 --- a/users/tazjin/blog/fragments.nix +++ b/users/tazjin/blog/fragments.nix @@ -28,7 +28,7 @@ let <meta name="description" content="tazjin'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"> + <link rel="alternate" type="application/atom+xml" title="Atom Feed" href="/feed.atom"> <title>tazjin's blog: ${escape title}</title> </head> <body class="light"> |