diff --git a/pages/_layouts/default.html b/pages/_layouts/default.html index 4146257c1..0547c744b 100644 --- a/pages/_layouts/default.html +++ b/pages/_layouts/default.html @@ -9,7 +9,7 @@ layout: base {% include layout/navbar-secondary.html %}
-
+
{% if page-header %} {% include layout/page-header.html title=page-header description=page.page-header-description actions=page.page-header-actions pretitle=page.page-header-pretitle %} {% endif %} diff --git a/pages/blank.html b/pages/blank.html index b3eed512b..a1115ffb6 100644 --- a/pages/blank.html +++ b/pages/blank.html @@ -3,6 +3,7 @@ title: Blank page blank: true done: true menu: base.blank +container-centered: true --- {% include ui/empty.html button-text="Add your first client" button-icon="plus" illustration=true illustration-src="undraw_printing_invoices_5r4r.svg" %}