correct git urls before prettification
[disinclined.org.git] / _layouts / default.html
1 <!DOCTYPE html>
2 <html lang="{{ page.lang | default: site.lang | default: "en" }}">
3
4 {%- include html-header.html -%}
5
6 <body>
7
8 {%- include head.html -%}
9
10 <main>
11 <div id="wrapper">
12 <a class=title href="{{site.baseurl}}">{{site.name}}</a>
13 {{ content }}
14 </div>
15 </main>
16
17 </body>
18
19 </html>