Update 404.html

This commit is contained in:
mathias 2016-04-09 02:49:37 +03:00
parent 6d1067848c
commit 8ed2a28537

View file

@ -2,7 +2,7 @@
permalink: /404 permalink: /404
sitemap: false sitemap: false
--- ---
<!DOCTYPE html> {% capture content %}<!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
@ -17,4 +17,4 @@ sitemap: false
} }
</style> </style>
</head> </head>
</html> </html>{% endcapture %}{{ content | strip_newlines | replace:' ','' }}