finalboss
This commit is contained in:
parent
95a4b50d6a
commit
9b8d67eec9
5 changed files with 188 additions and 63 deletions
|
|
@ -17,7 +17,13 @@ body{
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
{{ content }}
|
||||
{% if page.collection == 'tracks' %}
|
||||
<div id="wallpaper">
|
||||
{{ content }}
|
||||
</div>
|
||||
|
||||
{% else %}
|
||||
{{ content }}
|
||||
{% endif %}
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue