From f56852a700aacca4750809581a29b1bc42e6b243 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Tue, 20 Jul 2021 01:38:25 +0800 Subject: [PATCH] Fix breadcrumb for pagination --- _includes/topbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/topbar.html b/_includes/topbar.html index 6ff9fb2..29e0cf2 100644 --- a/_includes/topbar.html +++ b/_includes/topbar.html @@ -8,7 +8,7 @@ {% assign paths = page.url | split: '/' %} - {% if paths.size == 0 %} + {% if paths.size == 0 or page.layout == 'home' %} {{ 'Posts' }} {% else %}