Fix Call buttons: tel: fallback instead of mailto

The Call buttons fell back to mailto: when the tel-rewrite script hadn't
run, so tapping "Call" opened an email draft on mobile. Switch the static
fallback to tel:+17789856736 (number is already public in JSON-LD, so no
added scraper exposure). Display text unchanged. Email Michael buttons untouched.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-05 19:12:04 -07:00
parent 955e3c8d58
commit 12db89f891
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -277,7 +277,7 @@
<p class="lf-alt">Prefer to reach out directly?</p> <p class="lf-alt">Prefer to reach out directly?</p>
<p class="actions center"> <p class="actions center">
<a class="btn link" href="mailto:michael@opencommunications.consulting?subject=A%20conversation%20—%20Open%20Communications">Email Michael</a> <a class="btn link" href="mailto:michael@opencommunications.consulting?subject=A%20conversation%20—%20Open%20Communications">Email Michael</a>
<a class="btn link tel" data-p1="778" data-p2="985" data-p3="6736" href="mailto:michael@opencommunications.consulting">Call 778&#8209;985&#8209;OPEN (6736)</a> <a class="btn link tel" data-p1="778" data-p2="985" data-p3="6736" href="tel:+17789856736">Call 778&#8209;985&#8209;OPEN (6736)</a>
</p> </p>
<p class="promise">The first conversation is free and commits you to nothing.</p> <p class="promise">The first conversation is free and commits you to nothing.</p>
</div> </div>
+1 -1
View File
@@ -275,7 +275,7 @@
<p class="actions center"> <p class="actions center">
<a class="btn" href="https://cal.shopwisdom.ca/michaelvictory/20min-opencommunications-meeting" data-cal-link="michaelvictory/20min-opencommunications-meeting" data-cal-origin="https://cal.shopwisdom.ca" data-cal-config='{"theme":"light"}'>Book a conversation</a> <a class="btn" href="https://cal.shopwisdom.ca/michaelvictory/20min-opencommunications-meeting" data-cal-link="michaelvictory/20min-opencommunications-meeting" data-cal-origin="https://cal.shopwisdom.ca" data-cal-config='{"theme":"light"}'>Book a conversation</a>
<a class="btn link" href="mailto:michael@opencommunications.consulting?subject=A%20conversation%20with%20Inga%20—%20Open%20Communications">Email Michael</a> <a class="btn link" href="mailto:michael@opencommunications.consulting?subject=A%20conversation%20with%20Inga%20—%20Open%20Communications">Email Michael</a>
<a class="btn link tel" data-p1="778" data-p2="985" data-p3="6736" href="mailto:michael@opencommunications.consulting">Call 778&#8209;985&#8209;OPEN (6736)</a> <a class="btn link tel" data-p1="778" data-p2="985" data-p3="6736" href="tel:+17789856736">Call 778&#8209;985&#8209;OPEN (6736)</a>
</p> </p>
<p class="promise">The first conversation is free and commits you to nothing.</p> <p class="promise">The first conversation is free and commits you to nothing.</p>
</div> </div>