Re-order nav items

This commit is contained in:
Oliver Davies 2018-10-24 12:40:32 +01:00
parent 8580eb9a55
commit 9332020396

View file

@ -51,16 +51,16 @@
href: '/',
pattern: '^/.$',
},
{
title: 'Talks',
href: '/talks',
pattern: '^/talks/?',
},
{
title: 'Experience',
href: '/experience',
pattern: '^/experience/?',
},
{
title: 'Talks',
href: '/talks',
pattern: '^/talks/?',
},
{
title: 'Blog',
href: '/blog',