Fix variable names
This commit is contained in:
parent
bf6bd617e2
commit
ca6e7e3426
1 changed files with 3 additions and 3 deletions
|
@ -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 %}
|
||||
|
||||
<nav class="breadcrumbs">
|
||||
|
@ -36,4 +36,4 @@
|
|||
{% endif %}
|
||||
{% endfor %}
|
||||
</ol>
|
||||
</nav>
|
||||
</nav>
|
||||
|
|
Loading…
Reference in a new issue