summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2025-06-04 22:48:45 -0400
committerAdam T. Carpenter <atc@53hor.net>2025-06-04 22:48:45 -0400
commitee3783db93367f29a1837bd10fca93b24fbe1a0c (patch)
treedc13147f9ad8ebb4c1b9242501db2a8b16f091ba /templates
parentc39473eaaef0aa8548bd4943eac6e82da667e364 (diff)
downloadcarpentertutoring-ee3783db93367f29a1837bd10fca93b24fbe1a0c.tar.xz
carpentertutoring-ee3783db93367f29a1837bd10fca93b24fbe1a0c.zip
feat: contact us link
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html.j24
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 %}