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
|
.logo
|
||||||
img(src=thumbnail.url width=thumbnail.width height=thumbnail.height alt="").thumbnail-image
|
img(src=thumbnail.url width=thumbnail.width height=thumbnail.height alt="").thumbnail-image
|
||||||
.about
|
.about
|
||||||
.name= data.author
|
h1.name= data.author
|
||||||
.subscribers= data.second__subCountText
|
.subscribers= data.second__subCountText
|
||||||
+subscribe_button(data.authorId, subscribed, `/channel/${data.authorId}`).subscribe-button.base-border-look
|
+subscribe_button(data.authorId, subscribed, `/channel/${data.authorId}`).subscribe-button.base-border-look
|
||||||
.description!= data.descriptionHtml
|
.description!= data.descriptionHtml
|
||||||
|
|
|
@ -43,7 +43,9 @@
|
||||||
|
|
||||||
.name
|
.name
|
||||||
font-size: 30px
|
font-size: 30px
|
||||||
|
font-weight: normal
|
||||||
color: c.$fg-bright
|
color: c.$fg-bright
|
||||||
|
margin: 0
|
||||||
|
|
||||||
.subscribers
|
.subscribers
|
||||||
color: c.$fg-main
|
color: c.$fg-main
|
||||||
|
|
Loading…
Reference in New Issue