From 58795dbea33d4e9906dbf26040a5d9681d647d63 Mon Sep 17 00:00:00 2001
From: Gerben Geijteman <gerben@hyperized.net>
Date: Mon, 14 Sep 2020 09:55:29 +0000
Subject: [PATCH] Reformat files, add newlines at the end of file and add yaml file headers

---
 layouts/404.html |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/layouts/404.html b/layouts/404.html
index 5230be4..1d22600 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,8 +1,8 @@
 {{ define "main" }}
-<div class="page_404">
-    <h1>404</h1>
-    <h2>{{ i18n "page_not_found" }}</h2>
-    <p>{{ i18n "page_does_not_exist" }}</p>
-    <p>{{ i18n "head_back" .Site.BaseURL | safeHTML }}</p>
-</div>
+    <div class="page_404">
+        <h1>404</h1>
+        <h2>{{ i18n "page_not_found" }}</h2>
+        <p>{{ i18n "page_does_not_exist" }}</p>
+        <p>{{ i18n "head_back" .Site.BaseURL | safeHTML }}</p>
+    </div>
 {{ end }}

--
Gitblit v1.10.0