mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-18 17:14:15 +00:00
minor tweaks and improvements
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user