diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 97927e35..1e9047f9 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -28,67 +28,65 @@ github: menus: footer: - - - title: Calendars - href: /calendars - is_active: '^/calendars/?' - - - title: Pair with me - href: /pair-with-me - is_active: '^/pair-with-me/?' - - - title: Test Driven Drupal - href: /test-driven-drupal - is_active: '^/test-driven-drupal/?' - - - title: Recommendations - href: /recommendations - - - title: RSS feed - href: /rss.xml - - - title: Uses - href: /uses - - - title: Speaker information - href: /speaker-information - - - title: Drupal.org - href: '%drupalorg.url%' - is_active: false - - - title: Packagist - href: '%packagist.url%' - is_active: false - - - title: GitHub - href: '%github.url%' - is_active: false - - - title: GitHub gists - href: '%github.gist.url%' - is_active: false - - - title: Twitter - href: '%twitter.url%' - is_active: false - - - title: YouTube - href: '%youtube.channel.url%' - is_active: false + - title: Calendars + href: /calendars + is_active: '^/calendars/?' + + - title: Pair with me + href: /pair-with-me + is_active: '^/pair-with-me/?' + + - title: Test Driven Drupal + href: /test-driven-drupal + is_active: '^/test-driven-drupal/?' + + - title: Recommendations + href: /recommendations + + - title: RSS feed + href: /rss.xml + + - title: Uses + href: /uses + + - title: Speaker information + href: /speaker-information + + - title: Drupal.org + href: '%drupalorg.url%' + is_active: false + + - title: Packagist + href: '%packagist.url%' + is_active: false + + - title: GitHub + href: '%github.url%' + is_active: false + + - title: GitHub gists + href: '%github.gist.url%' + is_active: false + + - title: Twitter + href: '%twitter.url%' + is_active: false + + - title: YouTube + href: '%youtube.channel.url%' + is_active: false main: - - - title: About - href: / - is_active: '^//$' - - - title: Blog - href: /blog - is_active: '^/blog/?' - - - title: Talks - href: /talks - is_active: '^/talks/?' + - title: About + href: / + is_active: '^//$' + + - title: Blog + href: /blog + is_active: '^/blog/?' + + - title: Talks + href: /talks + is_active: '^/talks/?' packagist: name: opdavies