From a6caa9aa880c2f9a146911463d2c3b6d861689ac Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 6 Jun 2016 21:41:21 -0400 Subject: [PATCH] Enable author sidebar --- _pages/category-archive.html | 2 +- _pages/collection-archive.html | 2 +- _pages/tag-archive.html | 2 +- _pages/year-archive.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_pages/category-archive.html b/_pages/category-archive.html index c51ac523..3ed3378f 100644 --- a/_pages/category-archive.html +++ b/_pages/category-archive.html @@ -2,7 +2,7 @@ layout: archive permalink: /categories/ title: "Posts by Category" -author_profile: false +author_profile: true --- {% include base_path %} diff --git a/_pages/collection-archive.html b/_pages/collection-archive.html index 89623f7e..344c51ea 100644 --- a/_pages/collection-archive.html +++ b/_pages/collection-archive.html @@ -2,7 +2,7 @@ layout: archive title: "Posts by Collection" permalink: /collection-archive/ -author_profile: false +author_profile: true --- {% include base_path %} diff --git a/_pages/tag-archive.html b/_pages/tag-archive.html index 1a685d89..4006381d 100644 --- a/_pages/tag-archive.html +++ b/_pages/tag-archive.html @@ -2,7 +2,7 @@ layout: archive permalink: /tags/ title: "Posts by Tags" -author_profile: false +author_profile: true --- {% include base_path %} diff --git a/_pages/year-archive.html b/_pages/year-archive.html index 16280e66..7198ab65 100644 --- a/_pages/year-archive.html +++ b/_pages/year-archive.html @@ -2,7 +2,7 @@ layout: archive permalink: /year-archive/ title: "Posts by Year" -author_profile: false +author_profile: true --- {% include base_path %}