Add redirects

This commit is contained in:
Oliver Davies 2020-05-12 21:49:56 +01:00 committed by GitHub
parent e8f0af90a0
commit 8c9b9d19dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -297,6 +297,9 @@ use: [posts]
/tags/* https://www.oliverdavies.uk/articles/tags/:splat
/talks/ansible-ansistrano https://www.oliverdavies.uk/talks/deploying-php-ansible-ansistrano
/testing-drupal https://www.oliverdavies.uk/talks/tdd-test-driven-drupal
/testing-drupal-intro https://inviqa.com/blog/drupal-automated-testing-introduction
{% for post in data.posts if post.external_url %}
{{ post.url|trim('/', 'right') }} {{ post.external_url }}
{% endfor %}