ublog atom feed link

pull/9764/head
Thibault Duplessis 2021-09-09 13:01:43 +02:00
parent 07ad247d2a
commit 52aa48bf56
2 changed files with 8 additions and 1 deletions

View File

@ -27,7 +27,7 @@ object index {
div(cls := "blog index page-menu__content page-small box")(
div(cls := "box__top")(
h1("Lichess Official Blog"),
a(cls := "atom", href := routes.Blog.atom, dataIcon := "")
a(cls := "atom", st.title := "Atom RSS feed", href := routes.Blog.atom, dataIcon := "")
),
primaryPost map { post =>
frag(

View File

@ -6,6 +6,13 @@
&-index {
.box__top__actions {
@extend %flex-center;
.atom {
font-size: 2.6em;
color: $c-font-dimmer;
&:hover {
color: $c-accent;
}
}
}
h1 {
.user-link {