remove old title attr on stylesheets

This commit is contained in:
Rhiannon Morris 2020-08-04 23:12:58 +02:00
parent 3639a1126a
commit 813d802fce
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ make' (IndexInfo {title, galleries, links, footer}) = [b|@0
<!DOCTYPE html>
<html lang=en>
<meta charset=utf-8>
<link rel=stylesheet href=/style/shiny/index.css title=shiny>
<link rel=stylesheet href=/style/shiny/index.css>
<title>$*title</title>