put old style as alternate
This commit is contained in:
parent
341c2baae3
commit
23f36bedf2
3 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue