diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2021-05-26 23:58:57 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2021-05-26 23:58:57 +0530 |
commit | 26c0335872780e81bdd4b3caa24a0972a8621304 (patch) | |
tree | 0dd173612a289474294b8461c515c96c85aeff90 | |
parent | 5b2a67fe247496f3106db956964996f771160fc5 (diff) |
fixed rss link
-rw-r--r-- | templates/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header.html b/templates/header.html index fb7277a..e203b84 100644 --- a/templates/header.html +++ b/templates/header.html @@ -5,5 +5,5 @@ <a href="/posts/">posts</a> | <a href="/publications/">publications</a> | <a href="/repo/">iOS repo</a> | -<a href="/rss.xml">RSS Feed</a> | +<a href="/feed.rss">RSS Feed</a> | </nav>
\ No newline at end of file |