diff --git a/test/_pages/category-archive.html b/test/_pages/category-archive.html index 3ed3378f..c9e03e15 100644 --- a/test/_pages/category-archive.html +++ b/test/_pages/category-archive.html @@ -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 %} diff --git a/test/_pages/collection-archive.html b/test/_pages/collection-archive.html index 344c51ea..80d28164 100644 --- a/test/_pages/collection-archive.html +++ b/test/_pages/collection-archive.html @@ -5,7 +5,6 @@ permalink: /collection-archive/ author_profile: true --- -{% include base_path %} {% capture written_label %}'None'{% endcapture %} {% for collection in site.collections %} diff --git a/test/_pages/page-archive.html b/test/_pages/page-archive.html index c1c5d7ca..a4e515ab 100644 --- a/test/_pages/page-archive.html +++ b/test/_pages/page-archive.html @@ -5,7 +5,6 @@ permalink: /page-archive/ author_profile: false --- -{% include base_path %} {% for post in site.pages %} {% include archive-single.html %} {% endfor %} \ No newline at end of file diff --git a/test/_pages/portfolio-archive.html b/test/_pages/portfolio-archive.html index 4aafb84a..f206c570 100644 --- a/test/_pages/portfolio-archive.html +++ b/test/_pages/portfolio-archive.html @@ -5,8 +5,6 @@ permalink: /portfolio/ author_profile: false --- -{% include base_path %} -
{% for post in site.portfolio %} {% include archive-single.html type="grid" %} diff --git a/test/_pages/recipes-archive.html b/test/_pages/recipes-archive.html index 27c6a584..b5e2dfc2 100644 --- a/test/_pages/recipes-archive.html +++ b/test/_pages/recipes-archive.html @@ -5,8 +5,6 @@ permalink: /recipes/ author_profile: false --- -{% include base_path %} - {% for post in site.recipes %} {% include archive-single.html %} {% endfor %} \ No newline at end of file diff --git a/test/_pages/sitemap.md b/test/_pages/sitemap.md index 9fd359dc..ebdd4053 100644 --- a/test/_pages/sitemap.md +++ b/test/_pages/sitemap.md @@ -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.

Pages

diff --git a/test/_pages/tag-archive.html b/test/_pages/tag-archive.html index 75833cda..b30a57f5 100644 --- a/test/_pages/tag-archive.html +++ b/test/_pages/tag-archive.html @@ -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 %} diff --git a/test/_pages/terms.md b/test/_pages/terms.md index 72aaf0fa..f9960694 100644 --- a/test/_pages/terms.md +++ b/test/_pages/terms.md @@ -4,7 +4,6 @@ title: "Terms and Privacy Policy" last_modified_at: 2016-06-06 --- -{% include base_path %} {% include toc %} ## Privacy Policy