mirror of
https://github.com/eosswedenorg/apt
synced 2026-07-03 11:53:42 +02:00
Adding _layouts/error.html
This commit is contained in:
parent
9d4f05b849
commit
8b016c179b
1 changed files with 15 additions and 0 deletions
15
_layouts/error.html
Normal file
15
_layouts/error.html
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="{{ site.lang | default: "en-US" }}">
|
||||||
|
{% include head.html %}
|
||||||
|
<body>
|
||||||
|
<div class="container-lg px-3 my-5 markdown-body">
|
||||||
|
{% include header.html %}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="error-page">
|
||||||
|
{{ content }}
|
||||||
|
<div>
|
||||||
|
|
||||||
|
{% include js.html %}
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue