diff -r 7755b7760491 -r 163e436e8e07 factory/create_page --- a/factory/create_page Mon Jul 05 16:00:03 2010 +0200 +++ b/factory/create_page Mon Jul 05 16:03:47 2010 +0200 @@ -5,7 +5,7 @@ from optparse import OptionParser content_dir = "v2010" -content_files = ("index.html", "resume.html", "howiwork.html", "personalwork.html", "books.html", "links.html", "contact.html") +content_files = ("index.html", "resume.html", "howiwork.html", "personalwork.html", "books.html", "links.html", "contact.html", "chrome.html") def create_page(frame_filename, content_filename, output_filename): frame_file = open(frame_filename, "r")