summaryrefslogtreecommitdiff
path: root/layouts/error
diff options
context:
space:
mode:
authorHorus32016-11-23 19:10:04 +0100
committerHorus32016-11-23 19:10:04 +0100
commitc1446967ade3a0be1879090c3915d7646518fd14 (patch)
tree27c7eeb8058edf4ee0049caae6e3227c4fa59ba2 /layouts/error
parent361641262ea03b4509fe508184f02bdc8926ec1b (diff)
downloadiamfabulous.de-c1446967ade3a0be1879090c3915d7646518fd14.tar.gz
Adds new page 'error'.
Diffstat (limited to 'layouts/error')
-rw-r--r--layouts/error/single.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/layouts/error/single.html b/layouts/error/single.html
new file mode 100644
index 0000000..d126d2f
--- /dev/null
+++ b/layouts/error/single.html
@@ -0,0 +1,35 @@
+{{partial "header.tmpl" .}}
+<div class="row">
+ <header><p>{{.Title}}</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">Sorry, there was an error!</div>
+ <br>
+ <pre>
+_ ___ _.--.
+\`.|\..----...-'` `-._.-'_.-'`
+/ ' ` , __.--'
+)/' _/ \ `-_, /
+`-'" `"\_ ,_.-;_.-\_ ',
+ _.-'_./ {_.' ; /
+ {_.-``-' {_/
+ ~~~~~~ ~~~~~
+ </pre>
+ <div>Please try again.</div>
+ </li>
+ </ul>
+ </div>
+ </div>
+</div>
+
+<div class="row center">
+ <p class="twelve columns" style="margin-top: 20px">
+ <a class="button" href="../" title="back to index">go back</a>
+ </p>
+</div>
+{{partial "footer.tmpl" .}}