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