summary refs log tree commit diff
diff options
context:
space:
mode:
-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