all repos — aaoth.xyz @ ab2853d5e8fdb049684b62c164cea271d44d7066

aaoth.xyz website

_layouts/default.html (view raw)

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