sakrecoer-mother-web/_layouts/default.html

34 lines
903 B
HTML
Raw Normal View History

---
---
2020-01-13 17:44:10 +01:00
{% include relBase.html %}
<!DOCTYPE html>
2019-04-24 18:56:12 +02:00
<html lang="en">
<head>
2019-04-24 18:56:12 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
2020-01-13 17:44:10 +01:00
<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>
2019-04-24 19:03:14 +02:00
{% include seo.html %}
2019-07-09 22:17:29 +02:00
<style>
body{
background: url('{{ page.image }}');
}
</style>
2020-01-13 17:44:10 +01:00
2019-11-05 14:38:31 +01:00
</head>
2019-04-24 18:56:12 +02:00
<body>
2019-11-05 12:34:08 +01:00
{% if page.collection == 'tracks' or page.url == '/music/' %}
2019-07-15 17:49:01 +02:00
<div id="wallpaper">
{{ content }}
</div>
2019-07-13 23:44:59 +02:00
2019-07-15 17:49:01 +02:00
{% else %}
{{ content }}
{% endif %}
</body>
2019-04-24 18:56:12 +02:00
</html>