diff --git a/_pages/category-archive.html b/_pages/category-archive.html index 62962857..d98b756e 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 8cb1d535..e837a4f5 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 6a4b58ed..4710dc94 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 eabf6c21..27597e71 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 4d630e03..9d2d41a3 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 dcf51567..1f81bda3 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 %}