diff options
Diffstat (limited to 'users/tazjin/blog/fragments.nix')
-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"> |