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

@ -29,7 +29,7 @@ make' (GalleryInfo {title, prefix, filters, hidden}) infos = [b|@0
<!DOCTYPE html>
<html lang=en>
<meta charset=utf-8>
<link rel=stylesheet href=/style/shiny/gallery.css title=shiny>
<link rel=stylesheet href=/style/shiny/gallery.css>
<link rel=alternate href=rss.xml type=application/rss+xml>
<script src=/script/gallery.js></script>

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>

View File

@ -32,7 +32,7 @@ make' nsfw dir info@(Info {date, title, artist}) = [b|@0
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="width=1200,viewport-fit=cover">
<link rel=stylesheet href=/style/shiny/single.css title=shiny>
<link rel=stylesheet href=/style/shiny/single.css>
<script src=/script/single.js></script>