aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts/default.html
blob: 123da902d627669706a3a1b9d92a24066023a8b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html>
	<head>
		<meta charset="utf-8">
		<title>{{ site.title }}</title>
		<link rel="stylesheet" href="assets/css/style.css">
	</head>
	<body>
		{% include navigation.html %}

		{{ content }}

		{% include footer.html %}
	</body>
</html>