sakrecoer-mother-web/_layouts/default.html

32 lines
894 B
HTML
Raw Normal View History

---
---
<!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" />
<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" />
2019-11-05 12:38:00 +01:00
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style2019-11.css" />
2019-07-14 00:51:18 +02:00
<script src="/assets/js/jquery-3.4.1.min.js"></script>
2019-11-04 22:43:23 +01:00
<script type="text/javascript" src="/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>
2019-11-05 15:26:50 +01:00
{% include matomo.html %}
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>