ublog disclaimer

pull/9811/head
Thibault Duplessis 2021-09-15 18:20:02 +02:00
parent f628d3c496
commit 988ce6f0b0
2 changed files with 10 additions and 0 deletions

View File

@ -61,6 +61,10 @@ object post {
cls := "ublog-post__tier"
)(UblogBlog.Tier.name(blog.tier))
),
iconTag("")(
cls := "ublog-post__meta__disclaimer",
st.title := "Opinions expressed by Lichess contributors are their own."
),
post.lived map { live =>
span(cls := "ublog-post__meta__date")(semanticDate(live.at))
},

View File

@ -23,6 +23,12 @@
&__owner {
margin-top: 1em;
}
&__disclaimer {
color: $c-font-dimmer;
font-size: 0.9rem;
margin-left: -0.5rem;
vertical-align: top;
}
}
&__topics {
@extend %flex-wrap;