Add a :record snippet

That links to the calendar to book a Beyond Blocks podcast episode
recording.
This commit is contained in:
Oliver Davies 2024-09-11 22:53:41 +01:00
parent d63992ed63
commit 28aef6504f

View file

@ -57,6 +57,10 @@ in
trigger = ":pricing"; trigger = ":pricing";
replace = "${websiteUrl}/pricing"; replace = "${websiteUrl}/pricing";
} }
{
trigger = ":record";
replace = "https://savvycal.com/opdavies/beyond-blocks";
}
{ {
trigger = ":talks"; trigger = ":talks";
replace = "${websiteUrl}/presentations"; replace = "${websiteUrl}/presentations";