Skip to content

Commit

Permalink
Fixed footer jump, added default title (#3) (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
islami00 authored Jan 4, 2022
1 parent 999b9c1 commit c2f9994
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
11 changes: 10 additions & 1 deletion _config.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
name: Chocolate network
# 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
2 changes: 1 addition & 1 deletion _sass/_organisms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
title: 'Welcome to Chocolate!'
layout: home
---

Expand Down

0 comments on commit c2f9994

Please sign in to comment.