Update talk permalink format

This commit is contained in:
Oliver Davies 2017-02-19 08:43:34 +00:00
parent 349ffb4d1a
commit 67a45cb647
3 changed files with 3 additions and 2 deletions

View file

@ -3,12 +3,14 @@ sculpin_content_types:
permalink: blog/:slug_title/ permalink: blog/:slug_title/
taxonomies: taxonomies:
- tags - tags
projects: projects:
permalink: projects/:slug_title/ permalink: projects/:slug_title/
taxonomies: taxonomies:
- skills - skills
- tags - tags
talks: talks:
permalink: talks/:filename/ permalink: talks/:year/:month/:day/:filename/
taxonomies: taxonomies:
- tags - tags

View file

@ -9,5 +9,4 @@ tags:
- drupalcamp - drupalcamp
- drupalcamp-london - drupalcamp-london
- drupal-association - drupal-association
slug: drupalorg-2015-2
--- ---