mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2026-03-22 00:28:12 +05:00
<><
This commit is contained in:
@@ -37,7 +37,7 @@ templ TrackHeader(prefs cfg.Preferences, t sc.Track, needPlayer bool) {
|
||||
<meta name="og:title" content={ t.Title }/>
|
||||
<meta name="og:description" content={ t.FormatDescription() }/>
|
||||
<meta name="og:image" content={ t.Artwork }/>
|
||||
<link rel="icon" href={ t.Artwork }/>
|
||||
<link rel="icon" type="image/x-icon" href={ t.Artwork }/>
|
||||
if needPlayer && *prefs.Player == cfg.HLSPlayer {
|
||||
<script src="/_/static/external/hls.light.min.js"></script>
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ templ UserHeader(u sc.User) {
|
||||
<meta name="og:title" content={ u.FormatUsername() }/>
|
||||
<meta name="og:description" content={ u.FormatDescription() }/>
|
||||
<meta name="og:image" content={ u.Avatar }/>
|
||||
<link rel="icon" href={ u.Avatar }/>
|
||||
<link rel="icon" type="image/x-icon" href={ u.Avatar }/>
|
||||
}
|
||||
|
||||
templ UserItem(user *sc.User) {
|
||||
|
||||
Reference in New Issue
Block a user