From c2f99949eddde7dcb503680524e6a8b4b34f77d6 Mon Sep 17 00:00:00 2001 From: islami00 <76726548+islami00@users.noreply.github.com> Date: Tue, 4 Jan 2022 12:47:52 +0100 Subject: [PATCH] Fixed footer jump, added default title (#3) (#5) --- _config.yaml | 11 ++++++++++- _sass/_organisms.scss | 2 +- index.md | 1 - 3 files changed, 11 insertions(+), 3 deletions(-) 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 ---