aboutsummaryrefslogtreecommitdiff
path: root/barf
diff options
context:
space:
mode:
Diffstat (limited to 'barf')
-rwxr-xr-xbarf2
1 files changed, 0 insertions, 2 deletions
diff --git a/barf b/barf
index 07ad771..81bbcd2 100755
--- a/barf
+++ b/barf
@@ -94,8 +94,6 @@ rm -rf build && mkdir build
index_tsv posts | sort -rt " " -k 3 > build/posts.tsv
index_html build/posts.tsv > build/index.html
atom_xml build/posts.tsv > build/atom.xml
-ln -sf atom.xml build/rss.xml
-ln -sf atom.xml build/feed
while read -r f title created; do
write_page "$f" "$title" "$created"
done < build/posts.tsv