From ca6e7e34263668ca984347fbd3cc3c65933c5eb5 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 5 Jul 2017 15:45:17 -0400 Subject: [PATCH] Fix variable names --- docs/_includes/breadcrumbs.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_includes/breadcrumbs.html b/docs/_includes/breadcrumbs.html index cf2b745e..6eec214b 100644 --- a/docs/_includes/breadcrumbs.html +++ b/docs/_includes/breadcrumbs.html @@ -1,4 +1,4 @@ -{% case site.categories.type %} +{% case site.category_archive.type %} {% when "liquid" %} {% assign path_type = "#" %} {% when "jekyll-archives" %} @@ -9,7 +9,7 @@ {% assign path_type = nil %} {% assign crumb_path = '/' %} {% else %} - {% assign crumb_path = site.categories.path %} + {% assign crumb_path = site.category_archive.path %} {% endif %} \ No newline at end of file +