improved styling of 404 page.
[theme-danix.xyz.git] / layouts / 404-baseof.html
CommitLineData
e28a215c 1<!DOCTYPE html>
2<html lang="{{ $.Site.LanguageCode | default "en" }}">
3 {{- partial "head.html" . -}}
08fc65de 4 <body class="not-found 404 error is-preload">
5 <a id="top" class="scrolly skip-link screen-reader-text" href="#main">skip to content</a>
6 <div id="wrapper">
e28a215c 7 {{- partial "header.html" . -}}
08fc65de 8 <section id="banner">
9 <div class="inner">
10 <header>
11 <h1>{{ .Site.Title }}</h1>
12 </header>
13 <div class="content">
14 <p>{{ .Site.Params.Description }}</p>
15 </div>
e28a215c 16 </div>
08fc65de 17 </section>
18 <div id="main">
19 <section id="one">
20 {{- block "404-main" . }}{{- end }}
21 </section>
22 <section id="two">
23 <div class="inner">
24 {{- partial "tag-cloud.html" . -}}
25 {{- partial "home-latest-posts.html" . -}}
26 </div>
27 </section>
e28a215c 28 </div>
29 {{- partial "footer.html" . -}}
30 </div>
08fc65de 31 {{- partial "footer-addition.html" . -}}
e28a215c 32 </body>
33</html>