diff --git a/_config.yaml b/_config.yaml index 63f800b..b43f989 100644 --- a/_config.yaml +++ b/_config.yaml @@ -1 +1,10 @@ -name: Chocolate network \ No newline at end of file +# Implied array of frontmatter values. Each element is a scope denoted by "-" https://jekyllrb.com/docs/configuration/front-matter-defaults +# Frontmatter defaults +defaults: + - scope: + path: '' + values: + title: Chocolate network + +# Remove *.html +permalink: pretty diff --git a/_sass/_organisms.scss b/_sass/_organisms.scss index 8a0bda8..d46aeea 100644 --- a/_sass/_organisms.scss +++ b/_sass/_organisms.scss @@ -45,7 +45,7 @@ $grid-gap: 1rem; } body { @include grid-h-center; - align-content: baseline; // Make areas stick to the top + align-content: space-between; } // .footlinks { // when we have a footer // @include footlinks; diff --git a/index.md b/index.md index e87c8c7..e9fbc6c 100644 --- a/index.md +++ b/index.md @@ -1,5 +1,4 @@ --- -title: 'Welcome to Chocolate!' layout: home ---