From 8e125b7617268579e8b0eb5bdded766f682b1af9 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Sun, 6 Mar 2016 22:07:48 -0500 Subject: [PATCH] Disable author profile on archive pages --- _pages/category-archive.html | 1 + _pages/collection-archive.html | 1 + _pages/page-archive.html | 1 + _pages/recipes-archive.html | 3 ++- _pages/sitemap.md | 1 + _pages/year-archive.html | 1 + 6 files changed, 7 insertions(+), 1 deletion(-) diff --git a/_pages/category-archive.html b/_pages/category-archive.html index 6296285..d98b756 100644 --- a/_pages/category-archive.html +++ b/_pages/category-archive.html @@ -2,6 +2,7 @@ layout: archive permalink: /category-archive/ title: "Posts by Category" +author_profile: false --- {% include absolute-url.liquid %} {% include group-by-array.html collection=site.posts field='categories' %} diff --git a/_pages/collection-archive.html b/_pages/collection-archive.html index 8cb1d53..e837a4f 100644 --- a/_pages/collection-archive.html +++ b/_pages/collection-archive.html @@ -2,6 +2,7 @@ layout: archive title: "Posts by Collection" permalink: /collection-archive/ +author_profile: false --- {% include absolute-url.liquid %} {% capture written_label %}'None'{% endcapture %} diff --git a/_pages/page-archive.html b/_pages/page-archive.html index 6a4b58e..4710dc9 100644 --- a/_pages/page-archive.html +++ b/_pages/page-archive.html @@ -2,6 +2,7 @@ layout: archive title: "Page Archive" permalink: /page-archive/ +author_profile: false --- {% include absolute-url.liquid %} {% for post in site.pages %} diff --git a/_pages/recipes-archive.html b/_pages/recipes-archive.html index eabf6c2..27597e7 100644 --- a/_pages/recipes-archive.html +++ b/_pages/recipes-archive.html @@ -1,7 +1,8 @@ --- layout: archive -title: "Recipes Archive" +title: "Recipes" permalink: /recipes/ +author_profile: false --- {% include absolute-url.liquid %} {% include group-by-array.html collection=site.recipes field='categories' %} diff --git a/_pages/sitemap.md b/_pages/sitemap.md index 4d630e0..9d2d41a 100644 --- a/_pages/sitemap.md +++ b/_pages/sitemap.md @@ -2,6 +2,7 @@ layout: archive title: "Sitemap" permalink: /sitemap/ +author_profile: false --- {% include absolute-url.liquid %} diff --git a/_pages/year-archive.html b/_pages/year-archive.html index dcf5156..1f81bda 100644 --- a/_pages/year-archive.html +++ b/_pages/year-archive.html @@ -2,6 +2,7 @@ layout: archive permalink: /year-archive/ title: "Posts by Year" +author_profile: false --- {% include absolute-url.liquid %} {% capture written_year %}'None'{% endcapture %} -- 2.43.0