fixup color attr

deepcrayonfish^2
Niklas Fiekas 2021-12-07 23:04:58 +01:00
parent aa2273d2fd
commit 3fc388278c
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ object layout {
content := openGraph.fold(trans.siteDescription.txt())(o => o.description),
name := "description"
),
link(rel := "mask-icon", href := assetUrl("logo/lichess.svg"), "color".attr := "black"),
link(rel := "mask-icon", href := assetUrl("logo/lichess.svg"), attr("color") := "black"),
favicons,
!robots option raw("""<meta content="noindex, nofollow" name="robots">"""),
noTranslate,