~xdavidwu/xdavidwu.link

24c90586c4c8ea585d02379c09437668b822d3c2 — wg1j 7 years ago 8194306
Fixed site variables (#1063)

1 files changed, 3 insertions(+), 3 deletions(-)

M _includes/breadcrumbs.html
M _includes/breadcrumbs.html => _includes/breadcrumbs.html +3 -3
@@ 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>
\ No newline at end of file
</nav>