mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2026-03-22 08:38:11 +05:00
just some code improvements
This commit is contained in:
@@ -22,6 +22,9 @@ templ Base(title string, content templ.Component, head templ.Component) {
|
||||
}
|
||||
</head>
|
||||
<body>
|
||||
if cfg.Debug {
|
||||
<h1>!! running in debug mode !!</h1>
|
||||
}
|
||||
<a href="/" id="sc"><h1>soundcloak</h1></a>
|
||||
@content
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user