Updated slidy template to use Slidy2.
This commit is contained in:
parent
201e680964
commit
5f0ed50ca8
1 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="generator" content="pandoc" />
|
||||
|
@ -17,17 +17,17 @@ $if(highlighting-css)$
|
|||
$highlighting-css$
|
||||
</style>
|
||||
$endif$
|
||||
$for(css)$
|
||||
<link rel="stylesheet" href="$css$" type="text/css" />
|
||||
$endfor$
|
||||
$if(slidy-css)$
|
||||
<style type="text/css">
|
||||
$slidy-css$
|
||||
</style>
|
||||
$else$
|
||||
<link rel="stylesheet" type="text/css" media="screen, projection, print"
|
||||
href="http://www.w3.org/Talks/Tools/Slidy/slidy.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen, projection, print"
|
||||
href="http://www.w3.org/Talks/Tools/Slidy2/styles/slidy.css" />
|
||||
$endif$
|
||||
$for(css)$
|
||||
<link rel="stylesheet" href="$css$" type="text/css" />
|
||||
$endfor$
|
||||
$if(math)$
|
||||
$math$
|
||||
$endif$
|
||||
|
@ -39,7 +39,7 @@ $if(slidy-js)$
|
|||
$slidy-js$
|
||||
</script>
|
||||
$else$
|
||||
<script src="http://www.w3.org/Talks/Tools/Slidy/slidy.js.gz"
|
||||
<script src="http://www.w3.org/Talks/Tools/Slidy2/scripts/slidy.js.gz"
|
||||
charset="utf-8" type="text/javascript"></script>
|
||||
$endif$
|
||||
</head>
|
||||
|
@ -54,7 +54,7 @@ $if(title)$
|
|||
$for(author)$$author$$sep$<br/>$endfor$
|
||||
</p>
|
||||
$if(date)$
|
||||
<p class="date">$date$</p>
|
||||
<p class="date">$date$</p>
|
||||
$endif$
|
||||
</div>
|
||||
$endif$
|
||||
|
|
Loading…
Add table
Reference in a new issue