mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-22 06:22:16 +00:00
removed Paddle
This commit is contained in:
@@ -38,7 +38,6 @@ def copy_assets():
|
||||
'style.css',
|
||||
'map_howto.js',
|
||||
'support_plans.js',
|
||||
'subscribe.js',
|
||||
'logo.jpg',
|
||||
'favicon.ico',
|
||||
'github.svg',
|
||||
@@ -47,8 +46,6 @@ def copy_assets():
|
||||
]:
|
||||
shutil.copyfile(ASSETS_DIR / file, OUT_DIR / file)
|
||||
|
||||
shutil.copyfile('subscribe.html', OUT_DIR / 'subscribe.html')
|
||||
|
||||
|
||||
def make_static_page(page_str, title):
|
||||
page_md = open(f'blocks/{page_str}.md').read()
|
||||
|
||||
Reference in New Issue
Block a user