summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorhorus_arch2017-05-15 13:13:46 +0200
committerhorus_arch2017-05-15 13:13:46 +0200
commitafc090a7e0dcd39d03b4315c944313bd99fe470e (patch)
tree436a6978684b0f124a57e73631870fce54b24261 /content
parent82b14feb2ca7796dc6a5c280c41680a803957273 (diff)
downloadiamfabulous.de-afc090a7e0dcd39d03b4315c944313bd99fe470e.tar.gz
Error pages are working now.
Diffstat (limited to 'content')
-rw-r--r--content/500.md6
-rw-r--r--content/502.md5
-rw-r--r--content/503.md5
-rw-r--r--content/504.md5
4 files changed, 21 insertions, 0 deletions
diff --git a/content/500.md b/content/500.md
new file mode 100644
index 0000000..b96027d
--- /dev/null
+++ b/content/500.md
@@ -0,0 +1,6 @@
++++
+draft = false
+type = "500"
+layout = "single"
+
++++
diff --git a/content/502.md b/content/502.md
new file mode 100644
index 0000000..24b7d2a
--- /dev/null
+++ b/content/502.md
@@ -0,0 +1,5 @@
++++
+draft = false
+type = "502"
+layout = "single"
++++
diff --git a/content/503.md b/content/503.md
new file mode 100644
index 0000000..2a933bc
--- /dev/null
+++ b/content/503.md
@@ -0,0 +1,5 @@
++++
+draft = false
+type = "503"
+layout = "single"
++++
diff --git a/content/504.md b/content/504.md
new file mode 100644
index 0000000..da4ddef
--- /dev/null
+++ b/content/504.md
@@ -0,0 +1,5 @@
++++
+draft = false
+type = "504"
+layout = "single"
++++