From d22057f59503472f8c066c9b87bc7e364ed88502 Mon Sep 17 00:00:00 2001 From: Vince Chu Date: Tue, 13 Sep 2016 09:30:52 -0400 Subject: [PATCH] Remove duplicate include of base_path in category-list.html (#522) --- _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 = "#" %}