diff --git a/README.md b/README.md index 71fd114e39..7c0b366802 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 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 e41abe1ab2..d5f4b10f49 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -11,7 +11,7 @@