put old style as alternate

This commit is contained in:
Rhiannon Morris 2020-07-21 09:16:05 +02:00
parent 341c2baae3
commit 23f36bedf2
3 changed files with 6 additions and 6 deletions

View file

@ -13,8 +13,8 @@ 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>
<link rel='alternate stylesheet' href=/style/tum/index.css>
<link rel=stylesheet href=/style/shiny/index.css title=shiny>
<link rel='alternate stylesheet' href=/style/tum/index.css title=tummy>
<title>$*title</title>