Use h1 for channel title on channel page
References: https://todo.sr.ht/~cadence/tube/46
This commit is contained in:
parent
0dfa8ca2b6
commit
e97d1b958e
|
@ -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
|
||||
|
|
|
@ -43,7 +43,9 @@
|
|||
|
||||
.name
|
||||
font-size: 30px
|
||||
font-weight: normal
|
||||
color: c.$fg-bright
|
||||
margin: 0
|
||||
|
||||
.subscribers
|
||||
color: c.$fg-main
|
||||
|
|
Loading…
Reference in New Issue