add Twitch to connect-links (closes #7422)

pull/7427/head
Niklas Fiekas 2020-10-05 21:35:11 +02:00
parent 5a39c92aac
commit 8a4d8b9a01
1 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@ z-index: 99;
div(cls := "connect-links")(
a(href := "https://twitter.com/lichess", rel := "nofollow")("Twitter"),
a(href := "https://discord.gg/hy5jqSs", rel := "nofollow")("Discord"),
a(href := "https://www.youtube.com/channel/UCr6RfQga70yMM9-nuzAYTsA", rel := "nofollow")("YouTube")
a(href := "https://www.youtube.com/channel/UCr6RfQga70yMM9-nuzAYTsA", rel := "nofollow")("YouTube"),
a(href := "https://www.twitch.tv/lichessdotorg", rel := "nofollow")("Twitch")
)
}