article_contents = art[4])
# now build the article page
- articlepage_str = tpl_main.safe_substitute (site_title = conf[1],
+ articlepage_str = tpl_main.safe_substitute (site_title = art[1],
site_url = "http://" + conf[0],
meta_keywords = art[3],
meta_description = art[2],
table_rows = tablerows_str)
# now create the index page
- categoryindex_str = tpl_main.safe_substitute (site_title = conf[1],
+ categoryindex_str = tpl_main.safe_substitute (site_title = conf[1] + " - " + cat[1],
site_url = "http://" + conf[0],
meta_keywords = conf[2],
meta_description = cat[2],