sakrecoer-mother-web/_layouts/default.html
Set Sakrecoer 58c6ad52b6 cleanup
2019-07-13 22:35:22 +02:00

22 lines
638 B
HTML

---
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="apple-touch-icon" href="{{ site.baseurl }}/apple-touch-icon.png">
<link rel="icon" type="image/png" href="{{ site.baseurl }}/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="{{ site.baseurl }}/favicon.png" type="image/png" />
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style2019-07.scss" />
{% include seo.html %}
<style>
body{
background: url('{{ page.image }}');
}
</style>
</head>
<body>
{{ content }}
{% include cookiemonster.html %}
</body>
</html>