remove alternate stylesheet

This commit is contained in:
Rhiannon Morris 2020-08-04 02:32:30 +02:00
parent e8bd20c896
commit 3242975db3
9 changed files with 0 additions and 589 deletions

View file

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

View file

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

View file

@ -33,7 +33,6 @@ make' nsfw dir info@(Info {date, title, artist}) = [b|@0
<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='alternate stylesheet' href=/style/tum/single.css title=tummy>
<script async src=/script/single.js></script>