subscribe page

This commit is contained in:
Zsolt Ero
2024-01-18 18:25:18 +01:00
parent ef41b0be05
commit c30891a27b
2 changed files with 5 additions and 3 deletions

View File

@@ -45,6 +45,8 @@ 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()