From 7f8b3ce553657b9835409007d718f2e135dcf027 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 30 Jan 2018 23:05:32 +0000 Subject: [PATCH] Remove testimonials nav item --- app/config/sculpin_site.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 369636af..6056b7bb 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -9,7 +9,6 @@ favicon_sizes: [ 160, 96, 32, 16 ] nav_links: - { title: About, href: '/', pattern: '/\.' } - { title: Experience, href: '/experience' } - - { title: Testimonials, href: '/testimonials' } - { title: Talks, href: '/talks' } - { title: Blog, href: '/blog' } - { title: Contact, href: '/contact' }