show tags before the date for branches (appears more consistent: tags first).
diff --git a/site.py b/site.py
--- a/site.py
+++ b/site.py
@@ -137,6 +137,9 @@ def writeoverview(ui, repo, target, name
template=templates["commitlog"].replace(
"{branches}", "XXXXX").replace(
"{date|shortdate}", "{branches}").replace(
+ "XXXXX", "{date|shortdate}").replace(
+ "{tags}", "XXXXX").replace(
+ "{date|shortdate}", "{tags}").replace(
"XXXXX", "{date|shortdate}"))
if len(tags) > 1:
overview += "\n<h2>Tags</h2>\n"