1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-21 11:10:53 +00:00

Fix breadcrumb for pagination

This commit is contained in:
Cotes Chung 2021-07-20 01:38:25 +08:00
parent c969eaa040
commit f56852a700

View File

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