Skip to content

Commit

Permalink
website renames
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperknot committed Jan 18, 2024
1 parent 7604b86 commit 2e4b664
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions website/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def generate():

index_html = template.replace('{main}', main_html)

map_docs = open('blocks/map_docs.html').read()
index_html = index_html.replace('<!--map_docs-->', map_docs)
map_howto = open('blocks/map_howto.html').read()
index_html = index_html.replace('<!--map_howto-->', map_howto)

support_plans = open('blocks/support_plans.html').read()
index_html = index_html.replace('<!--support_plans-->', support_plans)
Expand All @@ -36,9 +36,9 @@ def generate():
def copy_assets():
for file in [
'style.css',
'logo.jpg',
'map_docs.js',
'map_howto.js',
'support_plans.js',
'logo.jpg',
'favicon.ico',
'github.svg',
'x.svg',
Expand Down

0 comments on commit 2e4b664

Please sign in to comment.