refined archives templates by thmes

This commit is contained in:
2020-08-21 16:25:31 +02:00
parent a46587d637
commit df3eb30846
7 changed files with 37 additions and 25 deletions

View File

@@ -2,7 +2,7 @@ def includeme(config):
config.add_static_view('static', 'static', cache_max_age=3600)
config.add_route('home', '/')
config.add_route('apropos', 'apropos')
config.add_route('archives', '/archives/{theme}')
config.add_route('archives', '/archives')
config.add_route('doc_edit', '/doc_edit/{doc_id}')
config.add_route('doc_view', '/doc_view/{doc_id}')
config.add_route('doc_search', '/doc_search')