diff --git a/_layouts/archive.html b/_layouts/archive.html index 05420834..22f984c7 100644 --- a/_layouts/archive.html +++ b/_layouts/archive.html @@ -7,7 +7,9 @@ layout: default {% endif %} {% if page.url != "/" and site.breadcrumbs %} - {% include breadcrumbs.html %} + {% unless paginator %} + {% include breadcrumbs.html %} + {% endunless %} {% endif %}
diff --git a/_layouts/single.html b/_layouts/single.html index 8ce2901d..e2b4f536 100644 --- a/_layouts/single.html +++ b/_layouts/single.html @@ -9,7 +9,9 @@ layout: default {% endif %} {% if page.url != "/" and site.breadcrumbs %} - {% include breadcrumbs.html %} + {% unless paginator %} + {% include breadcrumbs.html %} + {% endunless %} {% endif %}