Fix: now whitelabelling works

This commit is contained in:
Carlos Galindo 2025-04-04 19:52:51 +02:00
parent 517439d4e6
commit 3d9bb9a26b
7 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="es">
<head>
{% include "head.html" with path=".." metadata=metadata only %}
{% include "head.html" with path=".." title=title only %}
<link rel="stylesheet" type="text/css" href="../song.css"/>
<script async src="../song.js"></script>
</head>