Add the talk content type
This commit is contained in:
parent
d88455c888
commit
24e4135a83
2 changed files with 3 additions and 0 deletions
|
@ -3,3 +3,5 @@ sculpin_content_types:
|
||||||
permalink: /:basename/
|
permalink: /:basename/
|
||||||
posts:
|
posts:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
talks:
|
||||||
|
permalink: talks/:basename/
|
||||||
|
|
1
source/_layouts/talk.html.twig
Normal file
1
source/_layouts/talk.html.twig
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{% extends "default" %}
|
Loading…
Add table
Add a link
Reference in a new issue