improved styling of 404 page.
[theme-danix.xyz.git] / layouts / 404.html
index e3bac5e..634f210 100644 (file)
@@ -1,7 +1,14 @@
 {{ define "404-main" }}
-<article class="found-not">
-       <blockquote cite="Obiwan Kenobi">
-               These aren't the droids you're looking for.
-       </blockquote>
-</article>
+<div class="inner">
+       <img src="/img/yoda.jpg" alt="nothing found we have. mmmmh..." class="image center fit">
+
+       <article class="found-not">
+               <blockquote class="blockquote">
+                       <p>Nothing found we have. mmmh... Perhaps the archives we should check.</p>
+                       <footer class="blockquote-footer">
+                               <cite title="by: Master Yoda">Master Yoda</cite>
+                       </footer>
+               </blockquote>
+       </article>
+</div>
 {{ end }}