From 4da39bc3ee5411a3a23f474eaa1ac2e279ea699c Mon Sep 17 00:00:00 2001 From: Vincent Chu Date: Mon, 12 Sep 2016 21:06:29 -0400 Subject: [PATCH] Remove duplicate include of base_path in category-list.html --- _includes/category-list.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/_includes/category-list.html b/_includes/category-list.html index a2a623e5c54d..4c274270a197 100644 --- a/_includes/category-list.html +++ b/_includes/category-list.html @@ -1,7 +1,5 @@ {% include base_path %} -{% include base_path %} - {% case site.category_archive.type %} {% when "liquid" %} {% assign path_type = "#" %}