diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-05-27 17:58:15 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-05-27 17:58:15 -0400 |
commit | 79eba5cb5902e0bf97bd1ffea98d2f4a0371cb93 (patch) | |
tree | d195a23909c660bc4dc554505a4d85d4ffd66750 /templates/base.html.j2 | |
parent | f8ecb3c0f228101f9da7589527e73525ebec1d1f (diff) | |
download | carpentertutoring-79eba5cb5902e0bf97bd1ffea98d2f4a0371cb93.tar.xz carpentertutoring-79eba5cb5902e0bf97bd1ffea98d2f4a0371cb93.zip |
feat: finish pro and highered offerings, remove useless style wrapper
Diffstat (limited to 'templates/base.html.j2')
-rw-r--r-- | templates/base.html.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html.j2 b/templates/base.html.j2 index e81a8ea..9c15052 100644 --- a/templates/base.html.j2 +++ b/templates/base.html.j2 @@ -50,7 +50,7 @@ <a href="/policies">Policies</a> <a href="/about">Team</a> <a href="/#reviews">Reviews</a> - <a href="/#contact">Contact</a> + <a href="#contact">Contact</a> <a>More…</a> </nav> |