summaryrefslogtreecommitdiff
path: root/source/_layouts/default.html
blob: 66a70a277b17869ea9ba87e45a7aa3956a4546db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
{% include preamble.html %}
<title>{{ page.title | replace: "<br>", " " }} | {{ site.title }}</title>
</head>
<body>
{% include navigation.html %}
{{ content }}
{% include footer.html %}
</body>
</html>