mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-22 06:22:16 +00:00
website
This commit is contained in:
@@ -14,6 +14,9 @@ def generate():
|
||||
template = open('template.html').read()
|
||||
template = template.replace('{text}', text_html)
|
||||
|
||||
style_selector = open('map_docs.html').read()
|
||||
template = template.replace('<!--map_docs-->', style_selector)
|
||||
|
||||
open('index.html', 'w').write(template)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user