From 50b3953cfb1dae77befd237035d2fce20c6958d5 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 18 Mar 2022 08:24:34 +0000 Subject: [PATCH] docs: add link to Stripe checkout page --- source/_includes/link-button.html.twig | 2 ++ source/_pages/drupal-testing.md | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/source/_includes/link-button.html.twig b/source/_includes/link-button.html.twig index 1a363ff24..6a2b19ad8 100644 --- a/source/_includes/link-button.html.twig +++ b/source/_includes/link-button.html.twig @@ -7,4 +7,6 @@ href="{{ href }}" > {% block text '' %} + + {% if arrow %}→{% endif %} diff --git a/source/_pages/drupal-testing.md b/source/_pages/drupal-testing.md index b672ffe8d..28d7a262e 100644 --- a/source/_pages/drupal-testing.md +++ b/source/_pages/drupal-testing.md @@ -42,9 +42,11 @@ Seats are available at {% if page.early %}an early bird
{% 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 %}