diff --git a/.changeset/fluffy-papayas-greet.md b/.changeset/fluffy-papayas-greet.md new file mode 100644 index 000000000..96ddc6aff --- /dev/null +++ b/.changeset/fluffy-papayas-greet.md @@ -0,0 +1,5 @@ +--- +"@tabler/core": patch +--- + +Replace `.page-center` with `.my-auto` in single page layouts diff --git a/src/pages/_layouts/error.html b/src/pages/_layouts/error.html index e6f7c0d78..f061b411f 100644 --- a/src/pages/_layouts/error.html +++ b/src/pages/_layouts/error.html @@ -3,7 +3,7 @@ layout: base body-class: border-top-wide border-primary d-flex flex-column --- -
+
{% assign error = site.data.errors[page.error] %} {% assign header = error.header | default: 'Oops… You just found an error page' %} diff --git a/src/pages/_layouts/single.html b/src/pages/_layouts/single.html index 035066c6f..8f20db457 100644 --- a/src/pages/_layouts/single.html +++ b/src/pages/_layouts/single.html @@ -3,7 +3,7 @@ layout: base body-class: d-flex flex-column --- -
+
{% unless page.hide-logo %}