1
0
Fork 0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2026-03-02 02:31:35 +00:00

General fixes

This commit is contained in:
Cadence Ember 2020-08-25 01:49:48 +12:00
parent 6180f858a7
commit 9db801c0d5
3 changed files with 9 additions and 3 deletions

View file

@ -7,10 +7,10 @@ mixin video_list_item(video)
div.title: a(href=link).title-link= video.title
div.author-line
a(href=`/channel/${video.authorId}`).author= video.author
= ` • `
span.views= video.viewCountText || video.second__viewCountText
if video.publishedText
= ` • `
span.published= video.publishedText
= ` • `
span.views= video.viewCountText || video.second__viewCountText
if video.descriptionHtml
div.description!= video.descriptionHtml
div.description!= video.descriptionHtml