diff options
-rw-r--r-- | templates/slidy.template | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/slidy.template b/templates/slidy.template index e2653b91e..adcb41fc1 100644 --- a/templates/slidy.template +++ b/templates/slidy.template @@ -26,7 +26,8 @@ $else$ href="http://www.w3.org/Talks/Tools/Slidy2/styles/slidy.css" /> $endif$ $for(css)$ - <link rel="stylesheet" href="$css$" type="text/css" /> + <link rel="stylesheet" type="text/css" media="screen, projection, print" + href="$css$" /> $endfor$ $if(math)$ $math$ @@ -42,6 +43,9 @@ $else$ <script src="http://www.w3.org/Talks/Tools/Slidy2/scripts/slidy.js.gz" charset="utf-8" type="text/javascript"></script> $endif$ +$if(duration)$ + <meta name="duration" content="$duration$" /> +$endif$ </head> <body> $for(include-before)$ |