all repos — aaoth.xyz @ 95e872ed91b2254f6486d8a106b09e4a80bc03e5

aaoth.xyz website

_layouts/default.html (view raw)

 1<!doctype html>
 2<html>
 3	<head>
 4		<meta charset="utf-8">
 5        <meta http-equiv="Content-Security-Policy" content="default-src 'self'">
 6		<meta name="viewport" content="width=device-width, initial-scale=1">
 7		<title>{{ page.title }} - {{ site.title }}</title>
 8        {% feed_meta %}
 9        <link rel="stylesheet" href="/assets/css/style.css">
10		<link rel="icon" href="/assets/img/favicon.ico" type="image/x-icon">
11	</head>
12	<body>
13		{% include navigation.html %}
14        <div class="content">
15		{{ content }}
16        </div>
17		{% include footer.html %}
18	</body>
19</html>