mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2026-03-22 08:38:11 +05:00
port to fiber v3, optimize static assets serving
This commit is contained in:
@@ -10,6 +10,7 @@ templ Base(title string, content templ.Component, head templ.Component) {
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<link rel="stylesheet" href="/_/static/global.css"/>
|
||||
<link rel="stylesheet" href="/_/static/instance.css"/>
|
||||
<link rel="icon" href="/_/static/favicon.ico"/>
|
||||
if title != "" {
|
||||
<title>{ title } ~ soundcloak</title>
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user