diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 5dc1a4bf..289fe5e1 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -33,4 +33,3 @@ imports: - '../../data/companies.yml' - '../../data/events.yml' - '../../data/links.yml' - - '../../data/talks.yml' diff --git a/data/talks.yml b/data/talks.yml deleted file mode 100644 index 783a6906..00000000 --- a/data/talks.yml +++ /dev/null @@ -1,23 +0,0 @@ -talks: - - title: 'Drupal and the LDAP module' - events: - - event: swdug - date: '2013-07-10' - - - title: 'About the Drupal Association' - events: - - event: swdug - date: '2014-08-19' - - - title: 'Automated testing with Drupal 8 and PHPUnit' - type: Workshop - events: - - event: drupal_bristol - date: '2018-06-27' - - - title: 'Episode #175 - Automated Testing' - type: Podcast - url: http://talkingdrupal.com/175 - events: - - event: talking_drupal - date: '2018-09-05' diff --git a/source/talks.html.twig b/source/talks.html.twig index 109895bc..711b5c5e 100644 --- a/source/talks.html.twig +++ b/source/talks.html.twig @@ -2,8 +2,30 @@ layout: default title: Talks meta: - description: 'Information about previous and upcoming talks that Oliver has presented at conferences and user groups' + description: 'Information about previous and upcoming talks that Oliver has presented at conferences and user groups' use: [talks] +talks: + - title: 'Drupal and the LDAP module' + events: + - event: swdug + date: '2013-07-10' + - title: 'About the Drupal Association' + events: + - event: swdug + date: '2014-08-19' + + - title: 'Automated testing with Drupal 8 and PHPUnit' + type: Workshop + events: + - event: drupal_bristol + date: '2018-06-27' + + - title: 'Episode #175 - Automated Testing' + type: Podcast + url: http://talkingdrupal.com/175 + events: + - event: talking_drupal + date: '2018-09-05' --- {% block content %}
@@ -14,7 +36,7 @@ use: [talks]