1
0
mirror of https://gitlab.com/Anson-Projects/zine.git synced 2025-06-16 05:26:40 +00:00
This commit is contained in:
Anson Biggs 2024-02-16 21:51:40 -07:00
parent 6d822016db
commit afc850c91b

View File

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