0

added generator meta tag

This commit is contained in:
Aaron Griffith
2011-05-12 17:53:13 -04:00
parent 63d387c280
commit 2bca2b6db3
2 changed files with 8 additions and 0 deletions

View File

@@ -128,6 +128,7 @@ class MapGen(object):
index = open(indexpath, 'r').read()
index = index.replace(
"{time}", str(strftime("%a, %d %b %Y %H:%M:%S +0000", gmtime())))
index = index.replace("{version}", util.findGitVersion())
with open(os.path.join(self.destdir, "index.html"), 'w') as output:
output.write(index)