Remove base_path include from pages
This commit is contained in:
parent
fb9f13c624
commit
637d113179
8 changed files with 0 additions and 11 deletions
|
@ -5,7 +5,6 @@ title: "Posts by Category"
|
||||||
author_profile: true
|
author_profile: true
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include base_path %}
|
|
||||||
{% include group-by-array collection=site.posts field="categories" %}
|
{% include group-by-array collection=site.posts field="categories" %}
|
||||||
|
|
||||||
{% for category in group_names %}
|
{% for category in group_names %}
|
||||||
|
|
|
@ -5,7 +5,6 @@ permalink: /collection-archive/
|
||||||
author_profile: true
|
author_profile: true
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include base_path %}
|
|
||||||
{% capture written_label %}'None'{% endcapture %}
|
{% capture written_label %}'None'{% endcapture %}
|
||||||
|
|
||||||
{% for collection in site.collections %}
|
{% for collection in site.collections %}
|
||||||
|
|
|
@ -5,7 +5,6 @@ permalink: /page-archive/
|
||||||
author_profile: false
|
author_profile: false
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include base_path %}
|
|
||||||
{% for post in site.pages %}
|
{% for post in site.pages %}
|
||||||
{% include archive-single.html %}
|
{% include archive-single.html %}
|
||||||
{% endfor %}
|
{% endfor %}
|
|
@ -5,8 +5,6 @@ permalink: /portfolio/
|
||||||
author_profile: false
|
author_profile: false
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include base_path %}
|
|
||||||
|
|
||||||
<div class="grid__wrapper">
|
<div class="grid__wrapper">
|
||||||
{% for post in site.portfolio %}
|
{% for post in site.portfolio %}
|
||||||
{% include archive-single.html type="grid" %}
|
{% include archive-single.html type="grid" %}
|
||||||
|
|
|
@ -5,8 +5,6 @@ permalink: /recipes/
|
||||||
author_profile: false
|
author_profile: false
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include base_path %}
|
|
||||||
|
|
||||||
{% for post in site.recipes %}
|
{% for post in site.recipes %}
|
||||||
{% include archive-single.html %}
|
{% include archive-single.html %}
|
||||||
{% endfor %}
|
{% endfor %}
|
|
@ -5,8 +5,6 @@ permalink: /sitemap/
|
||||||
author_profile: false
|
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.
|
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>
|
<h2>Pages</h2>
|
||||||
|
|
|
@ -5,7 +5,6 @@ title: "Posts by Tag"
|
||||||
author_profile: true
|
author_profile: true
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include base_path %}
|
|
||||||
{% include group-by-array collection=site.posts field="tags" %}
|
{% include group-by-array collection=site.posts field="tags" %}
|
||||||
|
|
||||||
{% for tag in group_names %}
|
{% for tag in group_names %}
|
||||||
|
|
|
@ -4,7 +4,6 @@ title: "Terms and Privacy Policy"
|
||||||
last_modified_at: 2016-06-06
|
last_modified_at: 2016-06-06
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include base_path %}
|
|
||||||
{% include toc %}
|
{% include toc %}
|
||||||
|
|
||||||
## Privacy Policy
|
## Privacy Policy
|
||||||
|
|
Loading…
Reference in a new issue