From eda2cffdb482aa6428b1461f89a7e29a3a8e1d01 Mon Sep 17 00:00:00 2001 From: trevorstephens Date: Sun, 29 May 2016 11:25:57 -0700 Subject: [PATCH] test tags --- _includes/page__taxonomy.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/_includes/page__taxonomy.html b/_includes/page__taxonomy.html index 53b5b80..42a1889 100644 --- a/_includes/page__taxonomy.html +++ b/_includes/page__taxonomy.html @@ -1,9 +1,11 @@ {% include base_path %} {% if site.tags.type and page.tags[0] %} - {% include tag-list.html %} + bar {% include tag-list.html %} +{% else %} + foo {% endif %} {% if site.categories.type and page.categories[0] %} {% include category-list.html %} -{% endif %} \ No newline at end of file +{% endif %}