Add footer menu
This commit is contained in:
parent
f839687b04
commit
63aea4f10c
3 changed files with 60 additions and 11 deletions
|
@ -1,16 +1,56 @@
|
|||
name: Oliver Davies
|
||||
locale: en-GB
|
||||
|
||||
drupalorg:
|
||||
name: opdavies
|
||||
url: 'https://www.drupal.org/u/%drupalorg.name%'
|
||||
|
||||
github:
|
||||
name: opdavies
|
||||
url: 'https://github.com/%github.name%'
|
||||
|
||||
menus:
|
||||
footer:
|
||||
- title: Uses
|
||||
href: /uses
|
||||
|
||||
- title: Speaker information
|
||||
href: /speaker-information
|
||||
|
||||
- title: Drupal.org
|
||||
href: '%drupalorg.url%'
|
||||
is_active: false
|
||||
|
||||
- title: GitHub
|
||||
href: '%github.url%'
|
||||
is_active: false
|
||||
|
||||
- title: Twitter
|
||||
href: '%twitter.url%'
|
||||
is_active: false
|
||||
|
||||
- title: YouTube
|
||||
href: '%youtube.url%'
|
||||
is_active: false
|
||||
|
||||
main:
|
||||
- title: About
|
||||
href: /
|
||||
is_active: '^//$'
|
||||
- title: About
|
||||
href: /
|
||||
is_active: '^//$'
|
||||
|
||||
- title: Blog
|
||||
href: /blog
|
||||
is_active: '^/blog/?'
|
||||
- title: Blog
|
||||
href: /blog
|
||||
is_active: '^/blog/?'
|
||||
|
||||
- title: Talks
|
||||
href: /talks
|
||||
is_active: '^/talks/?'
|
||||
- title: Talks
|
||||
href: /talks
|
||||
is_active: '^/talks/?'
|
||||
|
||||
twitter:
|
||||
name: opdavies
|
||||
url: 'https://twitter.com/%twitter.name%'
|
||||
|
||||
youtube:
|
||||
channel:
|
||||
id: UCkeK0qF9HHUPQH_fvn4ghqQ
|
||||
url: 'https://www.youtube.com/channel/%youtube.channel.id%'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue