From 13357d685a2c5ea1146ebdc9239ea1136991e95e Mon Sep 17 00:00:00 2001 From: Roxie Gibson Date: Wed, 5 Feb 2020 16:23:12 +0000 Subject: [PATCH] Removed blog from frontpage --- src/_includes/blog.html | 18 ------------------ src/_layouts/default.html | 1 - 2 files changed, 19 deletions(-) delete mode 100644 src/_includes/blog.html diff --git a/src/_includes/blog.html b/src/_includes/blog.html deleted file mode 100644 index cce1a3c..0000000 --- a/src/_includes/blog.html +++ /dev/null @@ -1,18 +0,0 @@ -
- {% assign posts = site.categories.values | concat: site.categories.howto | sort:"date" | reverse %} - - {% for post in posts %} -
-
- {% if post.image %} - - {% endif %} -
-
-

{{ post.title }}

-

{{ post.date | date: '%B %d, %Y' }}

-

{{ post.description }}

-
-
- {% endfor %} -
diff --git a/src/_layouts/default.html b/src/_layouts/default.html index 30968b7..597e6d7 100644 --- a/src/_layouts/default.html +++ b/src/_layouts/default.html @@ -7,7 +7,6 @@ {% include core-values.html %} {% include services.html %} {% include contact.html %} - {% include blog.html %} {% include footer.html %} {% include membership-footer.html %} {% include foot-scripts.html %}