mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2026-03-22 08:38:11 +05:00
improve unix socket support, always embed commit
This commit is contained in:
@@ -60,8 +60,6 @@ templ MainPage(p cfg.Preferences) {
|
||||
<a class="btn" href="/_/static/notice.txt">Legal notice</a>
|
||||
</div>
|
||||
|
||||
if cfg.Commit != "unknown" {
|
||||
<p style="text-align: center;">Build <a class="link" href={cfg.CommitURL}>{cfg.Commit}</a></p>
|
||||
}
|
||||
<p style="text-align: center;">Build <a class="link" href={cfg.CommitURL}>{cfg.Commit}</a></p>
|
||||
</footer>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user