Fix breadcrumb for pagination

This commit is contained in:
Cotes Chung 2021-07-20 01:38:25 +08:00
parent c969eaa040
commit f56852a700
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
{% assign paths = page.url | split: '/' %}
{% if paths.size == 0 %}
{% if paths.size == 0 or page.layout == 'home' %}
<!-- index page -->
<span>{{ 'Posts' }}</span>
{% else %}