mirror of
https://github.com/tabler/tabler.git
synced 2026-08-24 11:54:23 +04:00
single page fixes
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
---
|
||||
layout: base
|
||||
body-class: border-top-wide border-primary
|
||||
body-class: border-top-wide border-primary d-flex flex-column
|
||||
---
|
||||
|
||||
<div class="d-flex align-items-center justify-content-center min-vh-100">
|
||||
{% assign error = site.data.errors[page.error] %}
|
||||
{% assign header = error.header | default: 'Oops… You just found an error page' %}
|
||||
{% include ui/empty.html icon="settings" illustration=error.illustration icon-text=error.title title=header subtitle=error.description button-icon="arrow-left" button-text="Take me home" %}
|
||||
<div class="flex-fill d-flex align-items-center justify-content-center">
|
||||
<div class="container-tight py-6">
|
||||
{% assign error = site.data.errors[page.error] %}
|
||||
{% assign header = error.header | default: 'Oops… You just found an error page' %}
|
||||
{% include ui/empty.html icon="settings" illustration=error.illustration icon-text=error.title title=header subtitle=error.description button-icon="arrow-left" button-text="Take me home" %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user