style: reformat YAML lists

This commit is contained in:
Oliver Davies 2021-09-29 21:26:36 +01:00
parent 3d9e6f3d11
commit 57fed83f7c

View file

@ -28,65 +28,63 @@ github:
menus: menus:
footer: footer:
- - title: Calendars
title: Calendars
href: /calendars href: /calendars
is_active: '^/calendars/?' is_active: '^/calendars/?'
-
title: Pair with me - title: Pair with me
href: /pair-with-me href: /pair-with-me
is_active: '^/pair-with-me/?' is_active: '^/pair-with-me/?'
-
title: Test Driven Drupal - title: Test Driven Drupal
href: /test-driven-drupal href: /test-driven-drupal
is_active: '^/test-driven-drupal/?' is_active: '^/test-driven-drupal/?'
-
title: Recommendations - title: Recommendations
href: /recommendations href: /recommendations
-
title: RSS feed - title: RSS feed
href: /rss.xml href: /rss.xml
-
title: Uses - title: Uses
href: /uses href: /uses
-
title: Speaker information - title: Speaker information
href: /speaker-information href: /speaker-information
-
title: Drupal.org - title: Drupal.org
href: '%drupalorg.url%' href: '%drupalorg.url%'
is_active: false is_active: false
-
title: Packagist - title: Packagist
href: '%packagist.url%' href: '%packagist.url%'
is_active: false is_active: false
-
title: GitHub - title: GitHub
href: '%github.url%' href: '%github.url%'
is_active: false is_active: false
-
title: GitHub gists - title: GitHub gists
href: '%github.gist.url%' href: '%github.gist.url%'
is_active: false is_active: false
-
title: Twitter - title: Twitter
href: '%twitter.url%' href: '%twitter.url%'
is_active: false is_active: false
-
title: YouTube - title: YouTube
href: '%youtube.channel.url%' href: '%youtube.channel.url%'
is_active: false is_active: false
main: main:
- - title: About
title: About
href: / href: /
is_active: '^//$' is_active: '^//$'
-
title: Blog - title: Blog
href: /blog href: /blog
is_active: '^/blog/?' is_active: '^/blog/?'
-
title: Talks - title: Talks
href: /talks href: /talks
is_active: '^/talks/?' is_active: '^/talks/?'