04/29 Modified page footer, update year automatically - fixed theme issue

This commit is contained in:
2026-04-29 16:00:29 -04:00
parent 87fd3bc568
commit 1069de5ce4
+5
View File
@@ -9,6 +9,11 @@
<!-- Main CSS -->
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}" />
<!-- Theme Override (set THEME_NAME in .env to activate, e.g. THEME_NAME=gov) -->
{% if THEME_NAME %}
<link rel="stylesheet" href="{{ url_for('static', filename='css/theme-' + THEME_NAME + '.css') }}" />
{% endif %}
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet" />