summaryrefslogtreecommitdiff
path: root/templates/base.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html.j2')
-rw-r--r--templates/base.html.j27
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/base.html.j2 b/templates/base.html.j2
index ad99896..e81a8ea 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" />
@@ -45,7 +47,6 @@
<a href="/professional">Pros</a>
<a href="/posts">Posts</a>
<a href="/brochure">Brochure</a>
- <a href="/#help">Helpful Links</a>
<a href="/policies">Policies</a>
<a href="/about">Team</a>
<a href="/#reviews">Reviews</a>
@@ -62,7 +63,7 @@
<picture>
<source srcset="/assets/logo.webp" type="image/webp" />
<source srcset="/assets/logo.png" type="image/png" />
- <img alt="logo" src="/assets/logo.png" />
+ <img alt="Carpenter Tutoring logo" src="/assets/logo.png" />
</picture>
</figure>