summaryrefslogtreecommitdiff
path: root/templates/base.html.j2
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2025-05-18 16:03:55 -0400
committerAdam T. Carpenter <atc@53hor.net>2025-05-18 16:03:55 -0400
commit6ce8c584359152512a5c7269e565d43703a4de6f (patch)
treed97b06ce495c5f7e73133711e45592cd6827550d /templates/base.html.j2
parent654b1d5ee3519b9f1339ef4d6eba4bc816071393 (diff)
downloadcarpentertutoring-6ce8c584359152512a5c7269e565d43703a4de6f.tar.xz
carpentertutoring-6ce8c584359152512a5c7269e565d43703a4de6f.zip
fix: brochure
Load css instead of including it.
Diffstat (limited to 'templates/base.html.j2')
-rw-r--r--templates/base.html.j24
1 files changed, 3 insertions, 1 deletions
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 %}
</title>
- {% include "stylewrap.html.j2" %}
+ {% block styles %}
+ <link rel="stylesheet" href="/styles.css" />
+ {% endblock %}
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link rel="stylesheet" href="/desktop.css" />
<link rel="stylesheet" href="/widescreen.css" />