summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2024-04-14 17:22:07 -0400
committerJune McEnroe <june@causal.agency>2024-04-14 17:22:07 -0400
commit3e93e1c8c6c5a41d67ad63c6fd2624df67191d35 (patch)
tree6b2b7ed12aebcc32dbefd930547a423d4d8369cc
parentAdd atom feed generation (diff)
downloadsrc-3e93e1c8c6c5a41d67ad63c6fd2624df67191d35.tar.gz
src-3e93e1c8c6c5a41d67ad63c6fd2624df67191d35.zip
Remove redundant headings from feed
-rw-r--r--generate.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/generate.sh b/generate.sh
index 2f9a36e2..4b30db92 100644
--- a/generate.sh
+++ b/generate.sh
@@ -201,7 +201,6 @@ atom_head >static/feed.atom
 for date; do
 	index_page $date >>static/index.html
 	atom_entry_head $date >>static/feed.atom
-	index_page $date $Root | encode >>static/feed.atom
 	for photo in ${date}/*.JPG; do
 		thumbnail=$(thumbnail $photo)
 		index_photo $date $photo $thumbnail >>static/index.html