diff --git a/_includes/post-list.html b/_includes/post-list.html index 99b32d0..9ae6d0e 100644 --- a/_includes/post-list.html +++ b/_includes/post-list.html @@ -1,34 +1,34 @@ {% if paginator.posts %} - + {% include post-pagination.html %} {% else %} - {% endif %} diff --git a/_includes/site-nav.html b/_includes/site-nav.html index f2d69a3..57be234 100644 --- a/_includes/site-nav.html +++ b/_includes/site-nav.html @@ -4,11 +4,11 @@ {% unless item.title == false or item.url contains "/page" or item.url contains "/404.html" or item.url contains "/feed." %}
  • {% if item.collectionpage %} - {% assign collectiondata = site.collections | where: "label", item.collectionpage | first %} - {{ collectiondata.title }} - {% else %} + {% assign collectiondata = site.collections | where: "label", item.collectionpage | first %} + {{ collectiondata.title }} + {% else %} {{ item.title }} - {% endif %} + {% endif %}
  • {% endunless %} {% endfor %}