From 34dca0e07d02242c86d287bbb34a8522fc21d9f6 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 29 Sep 2017 19:39:01 +0200 Subject: [PATCH] Use better name for blog section HTML. --- src/_includes/{section-two.html => blog.html} | 0 src/_layouts/default.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/_includes/{section-two.html => blog.html} (100%) diff --git a/src/_includes/section-two.html b/src/_includes/blog.html similarity index 100% rename from src/_includes/section-two.html rename to src/_includes/blog.html diff --git a/src/_layouts/default.html b/src/_layouts/default.html index e3e7120..1eb7511 100644 --- a/src/_layouts/default.html +++ b/src/_layouts/default.html @@ -5,7 +5,7 @@ {% include header.html %} {% include banner.html %} {% include core-values.html %} - {% include section-two.html %} + {% include blog.html %} {% include section-three.html %} {% include contact.html %} {% include footer.html %}