diff options
| author | Max | 2017-05-15 13:29:13 +0200 |
|---|---|---|
| committer | Max | 2017-05-15 13:29:13 +0200 |
| commit | 5c5ab240ab3f9da861663d0227c8f96ad5811145 (patch) | |
| tree | 3636839e51e0268e987d974e2f9bfc01ce6ac35e | |
| parent | 6f5143eaab67f67ac3beb572d5487851f20502ed (diff) | |
| parent | d1dcf3144a0f076992ca4f43f28135ae514861ce (diff) | |
| download | iamfabulous.de-5c5ab240ab3f9da861663d0227c8f96ad5811145.tar.gz | |
Merge branch 'master' of git.iamfabulous.de:iamfabulous.de
| -rw-r--r-- | content/500.md | 6 | ||||
| -rw-r--r-- | content/502.md | 5 | ||||
| -rw-r--r-- | content/503.md | 5 | ||||
| -rw-r--r-- | content/504.md | 5 | ||||
| -rw-r--r-- | layouts/500/single.html (renamed from layouts/error/500.html) | 0 | ||||
| -rw-r--r-- | layouts/502/single.html (renamed from layouts/error/502.html) | 0 | ||||
| -rw-r--r-- | layouts/503/single.html (renamed from layouts/error/503.html) | 0 | ||||
| -rw-r--r-- | layouts/504/single.html (renamed from layouts/error/504.html) | 0 |
8 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" ++++ diff --git a/layouts/error/500.html b/layouts/500/single.html index f780401..f780401 100644 --- a/layouts/error/500.html +++ b/layouts/500/single.html diff --git a/layouts/error/502.html b/layouts/502/single.html index 8947c54..8947c54 100644 --- a/layouts/error/502.html +++ b/layouts/502/single.html diff --git a/layouts/error/503.html b/layouts/503/single.html index c1178a8..c1178a8 100644 --- a/layouts/error/503.html +++ b/layouts/503/single.html diff --git a/layouts/error/504.html b/layouts/504/single.html index c4911f5..c4911f5 100644 --- a/layouts/error/504.html +++ b/layouts/504/single.html |
