diff --git a/data/events.yml b/data/events.yml index af4b1cf1..275c80cb 100644 --- a/data/events.yml +++ b/data/events.yml @@ -93,6 +93,11 @@ events: name: SWDUG location: Cardiff, UK + talking_drupal: + name: Talking Drupal + location: Online + url: https://www.talkingdrupal.com + umbristol: name: umBristol location: Bristol, UK diff --git a/package.json b/package.json index f4ff2522..374d6455 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "cross-env": "^5.1.5", "font-awesome": "^4.7.0", "highlightjs": "^9.10.0", + "jquery": "^3.3.1", "laravel-mix": "^2.1.11", "laravel-mix-purgecss": "^2.1.2", "laravel-mix-tailwind": "^0.1.0", diff --git a/source/_partials/pages/book/signup-form.html.twig b/source/_partials/pages/book/signup-form.html.twig index 31fef018..6c759447 100644 --- a/source/_partials/pages/book/signup-form.html.twig +++ b/source/_partials/pages/book/signup-form.html.twig @@ -16,6 +16,3 @@ - - - diff --git a/source/talks.html.twig b/source/talks.html.twig index 21df37ff..512709d3 100644 --- a/source/talks.html.twig +++ b/source/talks.html.twig @@ -15,6 +15,10 @@ talks: type: Workshop events: - { event: drupal_bristol, date: '2018-06-27' } + - title: 'Episode #175 - Automated Testing' + type: Podcast + events: + - { event: talking_drupal, date: '2018-09-05' } --- {% block content %}
diff --git a/source/test-driven-drupal.md b/source/test-driven-drupal.md index f7ec24bf..f046820b 100644 --- a/source/test-driven-drupal.md +++ b/source/test-driven-drupal.md @@ -4,6 +4,7 @@ title: 'Test Driven Drupal: The Book' mailchimp_url: 'https://oliverdavi.us18.list-manage.com/subscribe/post?u=b4ac8dd177796d37b93f9c285&id=033c84e0d5' contact_email: 'oliver@testdrivendrupal.com' --- +{% block content %}