add support for /tags/:tag and other endpoints

This commit is contained in:
Laptop
2024-12-22 00:02:23 +02:00
parent bf22bbf13b
commit e4f6d7f608
6 changed files with 160 additions and 2 deletions

View File

@@ -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 {