Skip to content

Commit 2c1f8b8

Browse files
wg1jmmistakes
wg1j
authored andcommittedJul 5, 2017
Fixed site variables (mmistakes#1063)
1 parent f9f7d73 commit 2c1f8b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎_includes/breadcrumbs.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% case site.categories.type %}
1+
{% case site.category_archive.type %}
22
{% when "liquid" %}
33
{% assign path_type = "#" %}
44
{% when "jekyll-archives" %}
@@ -9,7 +9,7 @@
99
{% assign path_type = nil %}
1010
{% assign crumb_path = '/' %}
1111
{% else %}
12-
{% assign crumb_path = site.categories.path %}
12+
{% assign crumb_path = site.category_archive.path %}
1313
{% endif %}
1414

1515
<nav class="breadcrumbs">
@@ -36,4 +36,4 @@
3636
{% endif %}
3737
{% endfor %}
3838
</ol>
39-
</nav>
39+
</nav>

0 commit comments

Comments
 (0)
Please sign in to comment.