Fix indentation in settings

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent fab8efeb73
commit 3c8ce2724b

View file

@ -14,54 +14,58 @@ github:
url: 'https://github.com/%github.name%' url: 'https://github.com/%github.name%'
menus: menus:
footer: footer:
- title: Test Driven Drupal -
href: /test-driven-drupal title: Test Driven Drupal
is_active: '^/test-driven-drupal/?' href: /test-driven-drupal
is_active: '^/test-driven-drupal/?'
- title: RSS -
href: \# title: RSS
href: \#
- title: Uses -
href: /uses title: Uses
href: /uses
- title: Speaker information -
href: /speaker-information title: Speaker information
href: /speaker-information
- title: Drupal.org -
href: '%drupalorg.url%' title: Drupal.org
is_active: false href: '%drupalorg.url%'
is_active: false
- title: GitHub -
href: '%github.url%' title: GitHub
is_active: false href: '%github.url%'
is_active: false
- title: Twitter -
href: '%twitter.url%' title: Twitter
is_active: false href: '%twitter.url%'
is_active: false
- title: YouTube -
href: '%youtube.url%' title: YouTube
is_active: false href: '%youtube.url%'
is_active: false
main: main:
- title: About -
href: / title: About
is_active: '^//$' href: /
is_active: '^//$'
- title: Blog -
href: /blog title: Blog
is_active: '^/blog/?' href: /blog
is_active: '^/blog/?'
- title: Talks -
href: /talks title: Talks
is_active: '^/talks/?' href: /talks
is_active: '^/talks/?'
twitter: twitter:
name: opdavies name: opdavies
url: 'https://twitter.com/%twitter.name%' url: 'https://twitter.com/%twitter.name%'
work:
role: Lead Software Developer
youtube: youtube:
channel: channel:
id: UCkeK0qF9HHUPQH_fvn4ghqQ id: UCkeK0qF9HHUPQH_fvn4ghqQ
url: 'https://www.youtube.com/channel/%youtube.channel.id%' url: 'https://www.youtube.com/channel/%youtube.channel.id%'