remove old title attr on stylesheets
This commit is contained in:
parent
3639a1126a
commit
813d802fce
3 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue