From 6ce8c584359152512a5c7269e565d43703a4de6f Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sun, 18 May 2025 16:03:55 -0400 Subject: fix: brochure Load css instead of including it. --- templates/base.html.j2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/base.html.j2') diff --git a/templates/base.html.j2 b/templates/base.html.j2 index ad99896..c0f8885 100644 --- a/templates/base.html.j2 +++ b/templates/base.html.j2 @@ -7,7 +7,9 @@ Tutoring Excellence Online and in Suffolk, VA - Carpenter Tutoring, LLC {% endblock %} - {% include "stylewrap.html.j2" %} + {% block styles %} + + {% endblock %} -- cgit v1.2.3