diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/index.html b/templates/index.html index e4cf340..72b0892 100644 --- a/templates/index.html +++ b/templates/index.html @@ -9,10 +9,7 @@ </h2> <div class="buttons"> - <a class="button" href="mailto:amy@carpentertutoring.com"> <img src="/assets/icons/email-variant.svg" alt="mailbox" />Amy@CarpenterTutoring.com</a> - <a class="button primary" href="tel:1-757-335-7555"> - <img src="/assets/icons/phone-classic.svg" alt="phone" /> - (757) 335-7555</a> + {% include "contact-buttons.html" %} </div> </section> |