1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-16 04:34:56 +02:00

Adding _layouts/error.html

This commit is contained in:
Henrik Hautakoski 2019-10-23 14:05:43 +02:00
parent 9d4f05b849
commit 8b016c179b

15
_layouts/error.html Normal file
View 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>