allow instances to easily override assets (read readme)

This commit is contained in:
Laptop
2024-12-21 22:52:04 +02:00
parent e3a4f7f861
commit 74450e807d
6 changed files with 50 additions and 8 deletions

View File

@@ -12,6 +12,7 @@ templ Base(title string, content templ.Component, head templ.Component) {
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="/global.css"/>
<link rel="stylesheet" href="global.css"/>
if title != "" {
<title>{ title } ~ soundcloak</title>
} else {