From f540ed6d78ebe1b160b2dd777b4b140555d69e1b Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 14 Apr 2016 14:33:13 -0400 Subject: [PATCH] Fix broken breadcrumb links by including base_path helper --- _includes/breadcrumbs.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_includes/breadcrumbs.html b/_includes/breadcrumbs.html index 2ff64ba..ded8bd6 100644 --- a/_includes/breadcrumbs.html +++ b/_includes/breadcrumbs.html @@ -1,3 +1,5 @@ +{% include base_path %} + {% case site.categories.type %} {% when "liquid" %} {% assign path_type = "#" %} -- 2.43.0