Show math links even in HTML5

This commit is contained in:
John MacFarlane 2011-08-01 17:30:20 -07:00
parent b1a3d5fa8a
commit b8cb9405c0

View file

@ -35,11 +35,8 @@ $for(css)$
<link rel="stylesheet" href="$css$" $if(html5)$$else$type="text/css" $endif$/>
$endfor$
$if(math)$
$if(html5)$
$else$
$math$
$endif$
$endif$
$for(header-includes)$
$header-includes$
$endfor$