mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-22 14:32:15 +00:00
website renames
This commit is contained in:
@@ -20,8 +20,8 @@ def generate():
|
|||||||
|
|
||||||
index_html = template.replace('{main}', main_html)
|
index_html = template.replace('{main}', main_html)
|
||||||
|
|
||||||
map_docs = open('blocks/map_docs.html').read()
|
map_howto = open('blocks/map_howto.html').read()
|
||||||
index_html = index_html.replace('<!--map_docs-->', map_docs)
|
index_html = index_html.replace('<!--map_howto-->', map_howto)
|
||||||
|
|
||||||
support_plans = open('blocks/support_plans.html').read()
|
support_plans = open('blocks/support_plans.html').read()
|
||||||
index_html = index_html.replace('<!--support_plans-->', support_plans)
|
index_html = index_html.replace('<!--support_plans-->', support_plans)
|
||||||
@@ -36,9 +36,9 @@ def generate():
|
|||||||
def copy_assets():
|
def copy_assets():
|
||||||
for file in [
|
for file in [
|
||||||
'style.css',
|
'style.css',
|
||||||
'logo.jpg',
|
'map_howto.js',
|
||||||
'map_docs.js',
|
|
||||||
'support_plans.js',
|
'support_plans.js',
|
||||||
|
'logo.jpg',
|
||||||
'favicon.ico',
|
'favicon.ico',
|
||||||
'github.svg',
|
'github.svg',
|
||||||
'x.svg',
|
'x.svg',
|
||||||
|
|||||||
Reference in New Issue
Block a user