From d03c06231b62aaaba2f9c98c8cab074b16c3bb88 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 7 Nov 2017 13:09:22 +0000 Subject: [PATCH] Different syntax --- app/config/sculpin_site.yml | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index cbaaecd3..d000f042 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -7,24 +7,12 @@ apple_touch_icon_sizes: [ 57, 114, 72, 144, 60, 120, 76, 152 ] 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' + - { title: About, href: '/', pattern: '/\.' } + - { title: Experience, href: '/experience' } + - { title: Testimonials, href: '/testimonials' } + - { title: Talks, href: '/talks' } + - { title: Blog, href: '/blog' } + - { title: Contact, href: '/contact' } ansible_galaxy: url: https://galaxy.ansible.com/opdavies