diff options
Diffstat (limited to 'templates/base.html.j2')
-rw-r--r-- | templates/base.html.j2 | 4 |
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" /> |