sakrecoer-mother-web/_layouts/default.html
2019-07-09 22:17:29 +02:00

22 lines
624 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/style.css" />
{% include seo.html %}
<style>
body{
background: url('{{ page.image }}');
}
</style>
</head>
<body>
{{ content }}
{% include navmenu.html %}
</body>
</html>