all repos — aaoth.xyz @ temp

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		{{ content }}
10	</body>
11</html>