Add active menu link styling

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent 1e504a944f
commit c6ee7f805e
2 changed files with 18 additions and 3 deletions

View file

@ -1,2 +1,16 @@
name: Oliver Davies
locale: en-GB
menus:
main:
- title: About
href: /
is_active: '^//$'
- title: Blog
href: /blog
is_active: '^/blog/?'
- title: Talks
href: /talks
is_active: '^/talks/?'