Refactor: Modularized footer.njk and header-footer.css

- Split header-footer.css into:
    - header.css
    - footer.css
    - modals.css
- Split footer.njk into:
    - footer.njk
    - modals.njk
- Updated front matter of:
    - index.njk
    - about.njk
    - credits.njk
    - gallery.njk
    - community.njk
This commit is contained in:
2025-09-06 20:17:47 -05:00
parent f30c846e9e
commit 732be668f7
12 changed files with 250 additions and 247 deletions

View File

@@ -38,6 +38,8 @@
{% include "footer.njk" %}
{% include "modals.njk" %}
{% if pageScripts %}
{% for script in pageScripts %}
<script src="{{ script }}"></script>