splitted up stylesheet and added lots of scaffolding to it. Style needs working.
[theme-danix.xyz.git] / layouts / page / single-baseof.html
1 <!DOCTYPE html>
2 <html lang="{{ $.Site.LanguageCode | default "en" }}">
3 {{- partial "head.html" . -}}
4 <body class="page is-preload">
5 <a id="top" class="skip-link screen-reader-text" href="#primary">skip to content</a>
6 <div id="wrapper">
7 {{- partial "header.html" . -}}
8 <div id="main">
9 {{- block "page-main" . }}{{- end }}
10 </div>
11 {{- partial "footer.html" . -}}
12 </div>
13 {{- partial "footer-addition.html" . -}}
14 </body>
15 </html>