summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax2017-05-15 13:03:00 +0200
committerMax2017-05-15 13:03:00 +0200
commit00fc2808d2d04aa6fef96d965b21df31b62e6f2f (patch)
treec682db8f58d3064d6febe296d0ad21b0d05c1a8b
parenteacf80cacc473fe46cb74799c5937f78642726a9 (diff)
downloadiamfabulous.de-00fc2808d2d04aa6fef96d965b21df31b62e6f2f.tar.gz
Moves 50x error pages to the error/ directory.
-rw-r--r--layouts/500.html37
-rw-r--r--layouts/502.html37
-rw-r--r--layouts/503.html37
-rw-r--r--layouts/504.html37
4 files changed, 0 insertions, 148 deletions
diff --git a/layouts/500.html b/layouts/500.html
deleted file mode 100644
index f780401..0000000
--- a/layouts/500.html
+++ /dev/null
@@ -1,37 +0,0 @@
-{{partial "header.tmpl" .}}
-<div class="row">
- <header><p>500 - something went wrong</p></header>
-</div>
-
-<div class="container journal content">
- <div class="row">
- <div class="twelve columns article">
- <ul>
- <li class="journal-li">
- <div class="margin-top">Oops, something went wrong. Reload the page or try again.</div>
- <br>
- <pre>
-_ ___ _.--.
-\`.|\..----...-'` `-._.-'_.-'`
-/ ' ` , __.--'
-)/' _/ \ `-_, /
-`-'" `"\_ ,_.-;_.-\_ ',
- _.-'_./ {_.' ; /
- {_.-``-' {_/
- ~~~~~~ ~~~~~
- </pre>
- </li>
- </ul>
- </div>
- </div>
-</div>
-
-<div class="container">
- <div class="row center">
- <p class="twelve columns" style="margin-top: 20px">
- <a class="button" href="{{$.Site.BaseURL}}" title="back to index">click to go back</a>
- </p>
- </div>
-</div>
-{{partial "footer.tmpl"}}
-
diff --git a/layouts/502.html b/layouts/502.html
deleted file mode 100644
index 8947c54..0000000
--- a/layouts/502.html
+++ /dev/null
@@ -1,37 +0,0 @@
-{{partial "header.tmpl" .}}
-<div class="row">
- <header><p>502 - bad gateway</p></header>
-</div>
-
-<div class="container journal content">
- <div class="row">
- <div class="twelve columns article">
- <ul>
- <li class="journal-li">
- <div class="margin-top">Oops, the requested service is offline. Reload the page or try again.</div>
- <br>
- <pre>
-_ ___ _.--.
-\`.|\..----...-'` `-._.-'_.-'`
-/ ' ` , __.--'
-)/' _/ \ `-_, /
-`-'" `"\_ ,_.-;_.-\_ ',
- _.-'_./ {_.' ; /
- {_.-``-' {_/
- ~~~~~~ ~~~~~
- </pre>
- </li>
- </ul>
- </div>
- </div>
-</div>
-
-<div class="container">
- <div class="row center">
- <p class="twelve columns" style="margin-top: 20px">
- <a class="button" href="{{$.Site.BaseURL}}" title="back to index">click to go back</a>
- </p>
- </div>
-</div>
-{{partial "footer.tmpl"}}
-
diff --git a/layouts/503.html b/layouts/503.html
deleted file mode 100644
index c1178a8..0000000
--- a/layouts/503.html
+++ /dev/null
@@ -1,37 +0,0 @@
-{{partial "header.tmpl" .}}
-<div class="row">
- <header><p>503 - service unavailable</p></header>
-</div>
-
-<div class="container journal content">
- <div class="row">
- <div class="twelve columns article">
- <ul>
- <li class="journal-li">
- <div class="margin-top">Oops, the page is unavailable. Reload the page or try again.</div>
- <br>
- <pre>
-_ ___ _.--.
-\`.|\..----...-'` `-._.-'_.-'`
-/ ' ` , __.--'
-)/' _/ \ `-_, /
-`-'" `"\_ ,_.-;_.-\_ ',
- _.-'_./ {_.' ; /
- {_.-``-' {_/
- ~~~~~~ ~~~~~
- </pre>
- </li>
- </ul>
- </div>
- </div>
-</div>
-
-<div class="container">
- <div class="row center">
- <p class="twelve columns" style="margin-top: 20px">
- <a class="button" href="{{$.Site.BaseURL}}" title="back to index">click to go back</a>
- </p>
- </div>
-</div>
-{{partial "footer.tmpl"}}
-
diff --git a/layouts/504.html b/layouts/504.html
deleted file mode 100644
index c4911f5..0000000
--- a/layouts/504.html
+++ /dev/null
@@ -1,37 +0,0 @@
-{{partial "header.tmpl" .}}
-<div class="row">
- <header><p>504 - time out</p></header>
-</div>
-
-<div class="container journal content">
- <div class="row">
- <div class="twelve columns article">
- <ul>
- <li class="journal-li">
- <div class="margin-top">Oops, the requested service is offline. Reload the page or try again.</div>
- <br>
- <pre>
-_ ___ _.--.
-\`.|\..----...-'` `-._.-'_.-'`
-/ ' ` , __.--'
-)/' _/ \ `-_, /
-`-'" `"\_ ,_.-;_.-\_ ',
- _.-'_./ {_.' ; /
- {_.-``-' {_/
- ~~~~~~ ~~~~~
- </pre>
- </li>
- </ul>
- </div>
- </div>
-</div>
-
-<div class="container">
- <div class="row center">
- <p class="twelve columns" style="margin-top: 20px">
- <a class="button" href="{{$.Site.BaseURL}}" title="back to index">click to go back</a>
- </p>
- </div>
-</div>
-{{partial "footer.tmpl"}}
-