diff --git a/ansible/provision.yml b/ansible/provision.yml index ced99956f..3f2c5dfac 100644 --- a/ansible/provision.yml +++ b/ansible/provision.yml @@ -202,6 +202,7 @@ rewrite ^/talks/2016/11/17/goodbye-drush-make-hello-composer-drupal-bristol/?$ /talks/goodbye-drush-make-hello-composer permanent; rewrite ^/talks/2017/01/18/getting-your-data-into-drupal-8-drupal-bristol/?$ /talks/getting-your-data-into-drupal-8 permanent; rewrite ^/talks/2017/03/04/getting-your-data-into-drupal-8-drupalcamp-london-2017/?$ /talks/getting-your-data-into-drupal-8 permanent; + rewrite ^/talks/archive/?$ /talks permanent; rewrite ^/talks/deploying-php-applications-with-fabric/?$ /talks/deploying-php-fabric permanent; rewrite ^/talks/drupal-vm-generator-2/?$ /talks/drupal-vm-generator permanent; rewrite ^/talks/drupalorg-2015-2/?$ /talks/drupalorg-2015 permanent; diff --git a/source/talks-archive.html.twig b/source/talks-archive.html.twig deleted file mode 100644 index 1ee395d29..000000000 --- a/source/talks-archive.html.twig +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: page -title: Talk Archive -permalink: talks/archive -use: [talks] ---- -

Here are a list of my previous conference and user group talks:

- -{% include "talks-table" with { - talks: getPastTalks(data.talks|merge(site.talks), site.events), -} %} - -

Upcoming talks can be found on the talks page.