diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index fcf978923..fe7e565e9 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -6,6 +6,14 @@ fuzzy_date_format: F Y 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' } + ansible_galaxy: url: https://galaxy.ansible.com/opdavies diff --git a/source/_includes/nav.html.twig b/source/_includes/nav.html.twig index b31af5866..1b2807707 100644 --- a/source/_includes/nav.html.twig +++ b/source/_includes/nav.html.twig @@ -6,17 +6,8 @@ - {% set 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' } - ] %} -