improved styling of 404 page.
[theme-danix.xyz.git] / layouts / 404.html
... / ...
CommitLineData
1{{ define "404-main" }}
2<div class="inner">
3 <img src="/img/yoda.jpg" alt="nothing found we have. mmmmh..." class="image center fit">
4
5 <article class="found-not">
6 <blockquote class="blockquote">
7 <p>Nothing found we have. mmmh... Perhaps the archives we should check.</p>
8 <footer class="blockquote-footer">
9 <cite title="by: Master Yoda">Master Yoda</cite>
10 </footer>
11 </blockquote>
12 </article>
13</div>
14{{ end }}