2018-04-24 17:33:19 +00:00
|
|
|
|
---
|
|
|
|
|
layout: minify
|
|
|
|
|
---
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<title>
|
|
|
|
|
{% if page.title %}
|
|
|
|
|
{{ page.title }} –
|
|
|
|
|
{% endif %}
|
|
|
|
|
{{ site.title }}
|
|
|
|
|
{% if page.url == "/" %}
|
|
|
|
|
- Free OP | Anarchy | Creative
|
|
|
|
|
{% endif %}
|
|
|
|
|
</title>
|
|
|
|
|
<meta name="description" content="{{ site.description }}">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
<link rel="stylesheet" href="/style.css">
|
2018-10-01 14:03:14 +00:00
|
|
|
|
<link rel="manifest" href="/site.webmanifest">
|
|
|
|
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#00588e">
|
2018-04-24 17:33:19 +00:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2018-10-01 14:03:14 +00:00
|
|
|
|
<main>
|
2018-04-24 17:33:19 +00:00
|
|
|
|
{{ content }}
|
|
|
|
|
</main>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|