improved styling of 404 page.
[theme-danix.xyz.git] / layouts / 404-baseof.html
1 <!DOCTYPE html>
2 <html lang="{{ $.Site.LanguageCode | default "en" }}">
3 {{- partial "head.html" . -}}
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">
7 {{- partial "header.html" . -}}
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>
16 </div>
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>
28 </div>
29 {{- partial "footer.html" . -}}
30 </div>
31 {{- partial "footer-addition.html" . -}}
32 </body>
33 </html>