Add the talk content type
This commit is contained in:
parent
d88455c888
commit
24e4135a83
|
@ -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…
Reference in a new issue