Use h1 for channel title on channel page

References: https://todo.sr.ht/~cadence/tube/46
This commit is contained in:
Cadence Ember 2021-12-16 12:29:29 +13:00
parent 0dfa8ca2b6
commit e97d1b958e
No known key found for this signature in database
GPG Key ID: BC1C2C61CF521B17
2 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,7 @@ block content
.logo
img(src=thumbnail.url width=thumbnail.width height=thumbnail.height alt="").thumbnail-image
.about
.name= data.author
h1.name= data.author
.subscribers= data.second__subCountText
+subscribe_button(data.authorId, subscribed, `/channel/${data.authorId}`).subscribe-button.base-border-look
.description!= data.descriptionHtml

View File

@ -43,7 +43,9 @@
.name
font-size: 30px
font-weight: normal
color: c.$fg-bright
margin: 0
.subscribers
color: c.$fg-main