mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
Update 404.html
This commit is contained in:
parent
6d1067848c
commit
8ed2a28537
1 changed files with 2 additions and 2 deletions
4
404.html
4
404.html
|
@ -2,7 +2,7 @@
|
|||
permalink: /404
|
||||
sitemap: false
|
||||
---
|
||||
<!DOCTYPE html>
|
||||
{% capture content %}<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -17,4 +17,4 @@ sitemap: false
|
|||
}
|
||||
</style>
|
||||
</head>
|
||||
</html>
|
||||
</html>{% endcapture %}{{ content | strip_newlines | replace:' ','' }}
|
||||
|
|
Loading…
Reference in a new issue