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 %}