In index.pug added ids for MLS fields.
This commit is contained in:
parent
24ce8115e7
commit
2ea21e12b2
@ -66,6 +66,6 @@ html(lang='en')
|
||||
td
|
||||
td #{song.Artist} - #{song.Title}
|
||||
if mls != nil
|
||||
p.right Most listened song was "#{mls.Song}" on #{utils.ToClientTimezone(mls.Date, r).Format(radio.MostListenedDateFormat)} with #[b #{mls.Listeners}] listeners.
|
||||
p.right Most listened song was "#[span#radio-mls-song #{mls.Song}]" on #[span#radio-mls-date #{utils.ToClientTimezone(mls.Date, r).Format(radio.MostListenedDateFormat)}] with #[b#radio-mls-listeners #{mls.Listeners}] listeners.
|
||||
footer
|
||||
| 2017—2023 Alexander "Arav" Andreev <#[a(href='mailto:me@arav.su') me@arav.su]> #[a(href=mainSite+'/privacy') Privacy statements]
|
||||
|
Loading…
Reference in New Issue
Block a user