sakrecoer-mother-web/_layouts/default.html
2020-01-13 17:44:10 +01:00

34 lines
903 B
HTML

---
---
{% include relBase.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="{{ relBase }}/apple-touch-icon.png">
<link rel="icon" type="image/png" href="{{ relBase }}/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="{{ relBase }}/favicon.png" type="image/png" />
<link rel="stylesheet" href="{{ relBase }}/assets/css/style2019-11.css" />
<script src="{{ relBase }}/assets/js/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="{{ relBase }}/assets/js/isotope.pkgd.min.js"></script>
{% include seo.html %}
<style>
body{
background: url('{{ page.image }}');
}
</style>
</head>
<body>
{% if page.collection == 'tracks' or page.url == '/music/' %}
<div id="wallpaper">
{{ content }}
</div>
{% else %}
{{ content }}
{% endif %}
</body>
</html>