Whitelabel songbook websites

This commit is contained in:
Carlos Galindo 2025-04-04 17:41:14 +00:00
parent bc4e7ed51d
commit 103fb07630
9 changed files with 35 additions and 16 deletions

View file

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