This commit is contained in:
relikd
2020-09-23 21:02:53 +02:00
parent c396861bcc
commit 861b6a6893
3 changed files with 9 additions and 5 deletions

View File

@@ -103,10 +103,14 @@ def gen_404():
def process():
print('generating root html ...')
print(' index.html')
gen_root() # root index.thml
print(' redirect.html')
gen_search() # root redirect.html?id=my.bundle.id
gen_help()
print(' 404.html')
gen_404()
print(' /help/')
gen_help()
print('')