Add the talk content type

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent d88455c888
commit 24e4135a83
2 changed files with 3 additions and 0 deletions

View file

@ -3,3 +3,5 @@ sculpin_content_types:
permalink: /:basename/
posts:
enabled: false
talks:
permalink: talks/:basename/

View file

@ -0,0 +1 @@
{% extends "default" %}