removed Paddle

This commit is contained in:
Zsolt Ero
2024-01-30 02:07:20 +01:00
parent 5606e7fc3c
commit a8e1279135
4 changed files with 1 additions and 44 deletions

View File

@@ -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()