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>