diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-02-18 17:56:41 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-02-18 17:56:41 -0500 |
commit | da674b59e1280f4932404927f9424a890e7e03a1 (patch) | |
tree | c5b16fb3588c0a71db283a45fd1a49f0d3edd3a1 /templates/base.html | |
parent | 8bbc5659dda2ffe48c3e51413d350861d2585bb6 (diff) | |
download | carpentertutoring-da674b59e1280f4932404927f9424a890e7e03a1.tar.xz carpentertutoring-da674b59e1280f4932404927f9424a890e7e03a1.zip |
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 48b49de..14573f6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -28,6 +28,7 @@ <body> <nav> + <a href="/#contact">Contact</a> <a href="/#reviews">Reviews</a> <a href="/about">Team</a> <a href="/policies">Policies</a> @@ -50,6 +51,11 @@ <img alt="logo" src="/assets/logo.png" /> </picture> </figure> + + <div id="contact" class="buttons centered"> + {% include "contact-buttons.html" %} + </div> + <p> © 2019-{{ self::current_year() }} Carpenter Tutoring, LLC. All rights reserved. </p> |