Removed blog from frontpage

This commit is contained in:
Roxie Gibson 2020-02-05 16:23:12 +00:00
parent 693e8c9665
commit 13357d685a
Signed by untrusted user: roxxers
GPG Key ID: 5D0140EDEE123F4D
2 changed files with 0 additions and 19 deletions

View File

@ -1,18 +0,0 @@
<section id="two" class="wrapper alt style2">
{% assign posts = site.categories.values | concat: site.categories.howto | sort:"date" | reverse %}
{% for post in posts %}
<section class="spotlight">
<div class="image">
{% if post.image %}
<img src="{% if site.featured-image-source %}{{ post.image | prepend: site.featured-image-source | absolute_url }}{% else %}{{ "" | absolute_url }}/assets/images/{{ post.image }}{% endif %}" alt="" loading="lazy">
{% endif %}
</div>
<div class="content">
<h2><a href="{{ post.url | relative_url }}" class="link">{{ post.title }}</a></h2>
<p class="h5">{{ post.date | date: '%B %d, %Y' }}</p>
<p>{{ post.description }}</p>
</div>
</section>
{% endfor %}
</section>

View File

@ -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 %}