diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-03-31 19:44:06 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-03-31 19:44:06 +0200 |
| commit | ee99eedc53c8b56b3d15f745b032f344f13b0412 (patch) | |
| tree | bbb7702eebade7baca9ab4644a08173e0f23b4bd | |
| parent | 4c19ba5d511676f1f901f6d0a57ff67c4bca1843 (diff) | |
including the fonts
| -rw-r--r-- | cli/app/site/export.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/site/export.py b/cli/app/site/export.py index 4ddd01d..2b8b366 100644 --- a/cli/app/site/export.py +++ b/cli/app/site/export.py @@ -25,7 +25,7 @@ def export_site(opt_graph_path, opt_output_dir=app_cfg.DIR_EXPORTS, opt_build_js # load site index index_html = load_text(join(app_cfg.DIR_STATIC, 'site.html'), split=False) - index_html = index.html.replace('CUSTOM_HEADER', graph.settings.get('custom_header', '')) + index_html = index_html.replace('CUSTOM_HEADER', graph.settings.get('custom_header', '')) index_html = index_html.replace('SITE_PATH', '/' + graph.path) # write site JSON data |
