From 3933d71cbccde4a6e22acd19fb158867764bc522 Mon Sep 17 00:00:00 2001 From: Alec Delaney Date: Thu, 4 Jan 2024 21:47:47 -0500 Subject: [PATCH] Add favicon to layout --- flask_app/templates/layout/_layout.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/flask_app/templates/layout/_layout.html b/flask_app/templates/layout/_layout.html index 1e1bbea..d6408f2 100644 --- a/flask_app/templates/layout/_layout.html +++ b/flask_app/templates/layout/_layout.html @@ -12,6 +12,13 @@ {% endblock %} {% block title %}{% endblock %} + + + + + + + {{ bootstrap.load_css() }}