Add :zoom snippet that links to SavvyCal

This commit is contained in:
Oliver Davies 2024-01-26 00:23:39 +00:00
parent a2e40ba189
commit 9feefa1fb4

View file

@ -70,6 +70,10 @@ in
trigger = ":website"; trigger = ":website";
replace = "${baseUrl}"; replace = "${baseUrl}";
} }
{
trigger = ":zoom";
replace = "https://savvycal.com/opdavies/zoom";
}
]; ];
}; };
}; };