Remove base_path include from pages

This commit is contained in:
Michael Rose 2018-01-17 12:48:19 -05:00
parent fb9f13c624
commit 637d113179
8 changed files with 0 additions and 11 deletions

View file

@ -5,7 +5,6 @@ title: "Posts by Category"
author_profile: true
---
{% include base_path %}
{% include group-by-array collection=site.posts field="categories" %}
{% for category in group_names %}

View file

@ -5,7 +5,6 @@ permalink: /collection-archive/
author_profile: true
---
{% include base_path %}
{% capture written_label %}'None'{% endcapture %}
{% for collection in site.collections %}

View file

@ -5,7 +5,6 @@ permalink: /page-archive/
author_profile: false
---
{% include base_path %}
{% for post in site.pages %}
{% include archive-single.html %}
{% endfor %}

View file

@ -5,8 +5,6 @@ permalink: /portfolio/
author_profile: false
---
{% include base_path %}
<div class="grid__wrapper">
{% for post in site.portfolio %}
{% include archive-single.html type="grid" %}

View file

@ -5,8 +5,6 @@ permalink: /recipes/
author_profile: false
---
{% include base_path %}
{% for post in site.recipes %}
{% include archive-single.html %}
{% endfor %}

View file

@ -5,8 +5,6 @@ permalink: /sitemap/
author_profile: false
---
{% include base_path %}
A list of all the posts and pages found on the site. For you robots out there is an [XML version]({{ base_path }}/sitemap.xml) available for digesting as well.
<h2>Pages</h2>

View file

@ -5,7 +5,6 @@ title: "Posts by Tag"
author_profile: true
---
{% include base_path %}
{% include group-by-array collection=site.posts field="tags" %}
{% for tag in group_names %}

View file

@ -4,7 +4,6 @@ title: "Terms and Privacy Policy"
last_modified_at: 2016-06-06
---
{% include base_path %}
{% include toc %}
## Privacy Policy