summaryrefslogtreecommitdiffstats
path: root/static/article
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 /static/article
parent158c3206d67b0b1ae5f24d20682f97ec2a9069cc (diff)
update feed links
There only one feed one at /feed.atom
Diffstat (limited to 'static/article')
-rwxr-xr-xstatic/article/index.html2
1 files changed, 1 insertions, 1 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