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