From a19acd7d5c4beebc7aaf1b28daad6f0f1a354ecf Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 20 Mar 2015 01:28:54 +0000 Subject: [PATCH] Added testimonials content type --- app/config/sculpin_kernel.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/config/sculpin_kernel.yml b/app/config/sculpin_kernel.yml index 29aeab026..544abcaa9 100644 --- a/app/config/sculpin_kernel.yml +++ b/app/config/sculpin_kernel.yml @@ -19,5 +19,8 @@ sculpin_content_types: talks: permalink: talks/:slug_title/ enabled: false + testimonials: + permalink: testimonials/:slug_title/ + enabled: false sculpin_theme: - theme: opdavies/opdavies \ No newline at end of file + theme: opdavies/opdavies