From be9dda44dbcfbfd79553961d0245adf91f7f1216 Mon Sep 17 00:00:00 2001 From: lucario Date: Mon, 4 Mar 2019 14:23:15 -0500 Subject: [PATCH 1/3] Update styles.scss --- assets/styles.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/styles.scss b/assets/styles.scss index 5d61b496d3..15c2510e70 100644 --- a/assets/styles.scss +++ b/assets/styles.scss @@ -28,3 +28,9 @@ body { margin-bottom: 16px; } } + +body, +html, +.d-md-flex { + height: 100%; +} From 4e500ca6d1d69d268e84541cf69db104e3926f3e Mon Sep 17 00:00:00 2001 From: Matthew Burnett Date: Tue, 5 Mar 2019 19:12:04 -0500 Subject: [PATCH 2/3] Use primer class to set height to full --- _includes/header.html | 4 ++-- _layouts/default.html | 2 +- _layouts/home.html | 2 +- _layouts/post.html | 2 +- assets/styles.scss | 6 ------ 5 files changed, 5 insertions(+), 11 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index d36f5e6027..f5c1d37a6a 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -17,7 +17,7 @@ {% endif %} - + @@ -25,4 +25,4 @@ - + diff --git a/_layouts/default.html b/_layouts/default.html index ab7a261954..ead2cf2ede 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -11,7 +11,7 @@

{{ page.title }}

{% else %} -
+
{% include masthead.html metadata=true %}
diff --git a/_layouts/home.html b/_layouts/home.html index f0341c9a2d..4379d5d722 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -25,7 +25,7 @@ {% endunless %}
{% else %} -
+
{% include masthead.html metadata=true %}
diff --git a/_layouts/post.html b/_layouts/post.html index acda2f7c07..af6689286f 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -12,7 +12,7 @@

{{ page.title }}

{% else %} -
+
{% include masthead.html metadata=true %}
diff --git a/assets/styles.scss b/assets/styles.scss index 15c2510e70..5d61b496d3 100644 --- a/assets/styles.scss +++ b/assets/styles.scss @@ -28,9 +28,3 @@ body { margin-bottom: 16px; } } - -body, -html, -.d-md-flex { - height: 100%; -} From 6170d976924875b2ecade1e24cee027ae89f5b96 Mon Sep 17 00:00:00 2001 From: Brandon Rosage Date: Thu, 7 Mar 2019 11:08:59 -0600 Subject: [PATCH 3/3] slipped in small mistake in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32aad283f7..fac689fd32 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ It's your website, and you control the source code. So you can customize everyth Most customizations can be done in a matter of seconds, by revising your repository's `_config.yml` file. Just remember to restart your local server each time you save new changes so your Jekyll-powered website rebuilds correctly: 1. Shut down your server by entering the keyboard command CTRL+c -2. Restart your server: `jekyll serve` +2. Restart your server: `bundle exec jekyll serve` #### Layout