all repos — aaoth.xyz @ 3ffd4935bba383afd6aea61ee4363a727bb98e53

aaoth.xyz website

_layouts/default.html (view raw)

 1<!doctype html>
 2<html>
 3	<head>
 4		<meta charset="utf-8">
 5		<title>{{ site.title }}</title>
 6		<link rel="stylesheet" href="assets/css/style.css">
 7	</head>
 8	<body>
 9		{% include navigation.html %}
10
11		{{ content }}
12
13		{% include footer.html %}
14	</body>
15</html>