minor tweaks and improvements

This commit is contained in:
Pat Dryburgh
2018-08-12 15:12:53 -07:00
parent 10e959d7aa
commit a1b8bbbfba
3 changed files with 11 additions and 3 deletions

View File

@ -2,7 +2,9 @@
layout: default
---
{% if site.paginate and site.paginate_path and paginator.page > 1 %}
{% if site.data.menu and site.paginate and site.paginate_path and paginator.page > 1 %}
{% include menu.html %}
{% elsif site.paginate and site.paginate_path and paginator.page > 1 %}
{% include back-link.html %}
{% else %}
<header class="site-masthead">