Add active menu link styling
This commit is contained in:
parent
1e504a944f
commit
c6ee7f805e
2 changed files with 18 additions and 3 deletions
|
@ -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/?'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue