docs: add link to Stripe checkout page
This commit is contained in:
parent
fbcd17c1f2
commit
50b3953cfb
|
@ -7,4 +7,6 @@
|
|||
href="{{ href }}"
|
||||
>
|
||||
{% block text '' %}
|
||||
|
||||
{% if arrow %}→{% endif %}
|
||||
</a>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue