~xdavidwu/xdavidwu.link

8e125b7617268579e8b0eb5bdded766f682b1af9 — Michael Rose 8 years ago cf2fbef
Disable author profile on archive pages
M _pages/category-archive.html => _pages/category-archive.html +1 -0
@@ 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' %}

M _pages/collection-archive.html => _pages/collection-archive.html +1 -0
@@ 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 %}

M _pages/page-archive.html => _pages/page-archive.html +1 -0
@@ 2,6 2,7 @@
layout: archive
title: "Page Archive"
permalink: /page-archive/
author_profile: false
---
{% include absolute-url.liquid %}
{% for post in site.pages %}

M _pages/recipes-archive.html => _pages/recipes-archive.html +2 -1
@@ 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' %}

M _pages/sitemap.md => _pages/sitemap.md +1 -0
@@ 2,6 2,7 @@
layout: archive
title: "Sitemap"
permalink: /sitemap/
author_profile: false
---
{% include absolute-url.liquid %}


M _pages/year-archive.html => _pages/year-archive.html +1 -0
@@ 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 %}