1
0
mirror of https://gitlab.com/Anson-Projects/zine.git synced 2025-07-27 08:41:25 +00:00

accidentally broke scripts

This commit is contained in:
2024-02-16 22:51:58 -07:00
parent afc850c91b
commit f326031e98
2 changed files with 25 additions and 3 deletions

View File

@@ -273,8 +273,8 @@ fn generate_index(entries: Vec<Entry>) -> Markup {
}
{(generate_footer())}
{(about_modal(entries))}
script src="modal.js";
script src="minimal-theme-switcher.js";
script src="modal.js" {}
script src="minimal-theme-switcher.js" {}
}}
}
}