summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2021-03-05 18:23:18 -0500
committerrsiddharth <s@ricketyspace.net>2021-03-05 18:23:18 -0500
commitd6ceefc48be29af843825cbdba561dc3bfba1437 (patch)
tree3ec265ac317cce0c0ebb3d35c1063533a5d5e58d
parent158c3206d67b0b1ae5f24d20682f97ec2a9069cc (diff)
update feed links
There only one feed one at /feed.atom
-rwxr-xr-xstatic/article/index.html2
-rwxr-xr-xstatic/hi/index.html2
-rw-r--r--static/includes/follow.html2
-rw-r--r--static/includes/home-articles-section.hi.html2
-rw-r--r--static/includes/home-articles-section.html2
-rwxr-xr-xstatic/index.html2
-rwxr-xr-xstatic/news/index.html2
7 files changed, 7 insertions, 7 deletions
diff --git a/static/article/index.html b/static/article/index.html
index 051f743..37da39e 100755
--- a/static/article/index.html
+++ b/static/article/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<head>
<meta charset="utf-8">
- <meta http-equiv="refresh" content="0; url=/article/feed.atom" />
+ <meta http-equiv="refresh" content="0; url=/feed.atom" />
</head>
<body></body>
</html
diff --git a/static/hi/index.html b/static/hi/index.html
index d589773..8309839 100755
--- a/static/hi/index.html
+++ b/static/hi/index.html
@@ -56,7 +56,7 @@
<div class="content">
<header>
<h1 class="title"><span>News</span></h1>
- <a class="feed" href="/news/feed.atom">
+ <a class="feed" href="/feed.atom">
<span class="feed-icon"></span>
<span class="is-sr-only">Atom Feed</span>
</a>
diff --git a/static/includes/follow.html b/static/includes/follow.html
index 4648bd3..5bdab4a 100644
--- a/static/includes/follow.html
+++ b/static/includes/follow.html
@@ -7,7 +7,7 @@
<span class="mastadon-icon"></span>
<span class="is-sr-only">Mastadon</span></a>
</li>
- <li><a class="follow-link" href="/news/feed.atom">
+ <li><a class="follow-link" href="/feed.atom">
<span class="feed-icon"></span>
<span class="is-sr-only">News Feed</span></a>
</li>
diff --git a/static/includes/home-articles-section.hi.html b/static/includes/home-articles-section.hi.html
index 69acca9..37ad47d 100644
--- a/static/includes/home-articles-section.hi.html
+++ b/static/includes/home-articles-section.hi.html
@@ -5,7 +5,7 @@
<div class="content">
<header>
<h1 class="title"><span>Articles</span></h1>
- <a class="feed" href="/article/feed.atom">
+ <a class="feed" href="/feed.atom">
<span class="feed-icon"></span>
<span class="is-sr-only">Atom Feed</span>
</a>
diff --git a/static/includes/home-articles-section.html b/static/includes/home-articles-section.html
index 47c261e..02afd73 100644
--- a/static/includes/home-articles-section.html
+++ b/static/includes/home-articles-section.html
@@ -5,7 +5,7 @@
<div class="content">
<header>
<h1 class="title"><span>Articles</span></h1>
- <a class="feed" href="/article/feed.atom">
+ <a class="feed" href="/feed.atom">
<span class="feed-icon"></span>
<span class="is-sr-only">Atom Feed</span>
</a>
diff --git a/static/index.html b/static/index.html
index 808f043..9972800 100755
--- a/static/index.html
+++ b/static/index.html
@@ -57,7 +57,7 @@
<div class="content">
<header>
<h1 class="title"><span>News</span></h1>
- <a class="feed" href="/news/feed.atom">
+ <a class="feed" href="/feed.atom">
<span class="feed-icon"></span>
<span class="is-sr-only">Atom Feed</span>
</a>
diff --git a/static/news/index.html b/static/news/index.html
index 02034dc..9f85bbb 100755
--- a/static/news/index.html
+++ b/static/news/index.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <meta http-equiv="refresh" content="0; url=/news/feed.atom" />
+ <meta http-equiv="refresh" content="0; url=/feed.atom" />
<title>News &mdash; Free Software Foundation India</title>
</head>
<body></body>