mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2026-01-07 19:39:40 +05:00
add support for /tags/:tag and other endpoints
This commit is contained in:
@@ -12,7 +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"/>
|
||||
<link rel="stylesheet" href="/instance.css"/>
|
||||
if title != "" {
|
||||
<title>{ title } ~ soundcloak</title>
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user