docs: add link to Stripe checkout page

This commit is contained in:
Oliver Davies 2022-03-18 08:24:34 +00:00
parent fbcd17c1f2
commit 50b3953cfb
2 changed files with 6 additions and 2 deletions

View file

@ -7,4 +7,6 @@
href="{{ href }}"
>
{% block text '' %}
{% if arrow %}{% endif %}
</a>

View file

@ -42,9 +42,11 @@ Seats are available at {% if page.early %}an <span class="font-bold">early bird
<div class="mt-6">
{% embed 'link-button' with {
href: 'mailto:' ~ site.email ~ '?subject=Drupal testing workshop',
arrow: true,
href: 'https://buy.stripe.com/6oE3cW4Su7DA1t6144',
size: 'normal',
} only %}
{% block text 'Contact me to book' %}
{% block text 'Book your seat' %}
{% endembed %}
</div>