diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-06-04 22:48:45 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-06-04 22:48:45 -0400 |
commit | ee3783db93367f29a1837bd10fca93b24fbe1a0c (patch) | |
tree | dc13147f9ad8ebb4c1b9242501db2a8b16f091ba /templates | |
parent | c39473eaaef0aa8548bd4943eac6e82da667e364 (diff) | |
download | carpentertutoring-ee3783db93367f29a1837bd10fca93b24fbe1a0c.tar.xz carpentertutoring-ee3783db93367f29a1837bd10fca93b24fbe1a0c.zip |
feat: contact us link
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html.j2 b/templates/index.html.j2 index 67090d7..33c614d 100644 --- a/templates/index.html.j2 +++ b/templates/index.html.j2 @@ -92,7 +92,7 @@ </p> <p> - We are ready and excited to serve you as you discover your path to success. Contact us today to begin your + We are ready and excited to serve you as you discover your path to success. <a href="#contact">Contact us</a> today to begin your journey. </p> </div> @@ -127,4 +127,4 @@ {% let stars = 0 %} {% include "review.html.j2" %} </section> -{% endblock %}
\ No newline at end of file +{% endblock %} |