From 2f9a3d27094a4d87904f8b6ea2381142c80f387a Mon Sep 17 00:00:00 2001 From: Tsubasa Takayama Date: Wed, 13 Mar 2019 15:22:39 +0900 Subject: [PATCH] Revert "Merge pull request #58 from lucario/patch-1" This reverts commit c934c47ce8c81e0ff8235b56f44280d34a8a1825, reversing changes made to 7f7e37760cb7e195da3988a2e62cda7710543c8c. --- README.md | 2 +- _includes/header.html | 4 ++-- _layouts/default.html | 2 +- _layouts/home.html | 2 +- _layouts/post.html | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bb8a9d308d..2bc139f3c6 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: `bundle exec jekyll serve` +2. Restart your server: `jekyll serve` #### Layout diff --git a/_includes/header.html b/_includes/header.html index d6de987b38..2010e544bf 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 d5f4b10f49..e41abe1ab2 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 4379d5d722..f0341c9a2d 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 ffa3cf501e..f6bc49eb97 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -47,7 +47,7 @@

{{ page.title }}

{% else %} -
+
{% include masthead.html metadata=true %}