finalboss

This commit is contained in:
Set Sakrecoer 2019-07-15 17:49:01 +02:00
parent 95a4b50d6a
commit 9b8d67eec9
5 changed files with 188 additions and 63 deletions

View file

@ -17,7 +17,13 @@ body{
</style>
</head>
<body>
{{ content }}
{% if page.collection == 'tracks' %}
<div id="wallpaper">
{{ content }}
</div>
{% else %}
{{ content }}
{% endif %}
</body>
</html>