mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2026-03-22 08:38:11 +05:00
allow instances to easily override assets (read readme)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user