Added style tags around highlighting-css.

This is needed because of change from h-k 0.4 to 0.5.
This commit is contained in:
John MacFarlane 2012-01-25 11:16:36 -08:00
parent 83f2fdd9e2
commit dc936548c2
4 changed files with 8 additions and 0 deletions

View file

@ -9,7 +9,9 @@ $if(date-meta)$
$endif$ $endif$
<title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title> <title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title>
$if(highlighting-css)$ $if(highlighting-css)$
<style type="text/css">
$highlighting-css$ $highlighting-css$
</style>
$endif$ $endif$
$if(css)$ $if(css)$
$for(css)$ $for(css)$

View file

@ -12,7 +12,9 @@ $if(date-meta)$
$endif$ $endif$
<title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title> <title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title>
$if(highlighting-css)$ $if(highlighting-css)$
<style type="text/css">
$highlighting-css$ $highlighting-css$
</style>
$endif$ $endif$
$for(css)$ $for(css)$
<link rel="stylesheet" href="$css$" $if(html5)$$else$type="text/css" $endif$/> <link rel="stylesheet" href="$css$" $if(html5)$$else$type="text/css" $endif$/>

View file

@ -15,7 +15,9 @@ $endif$
<meta name="defaultView" content="slideshow" /> <meta name="defaultView" content="slideshow" />
<meta name="controlVis" content="hidden" /> <meta name="controlVis" content="hidden" />
$if(highlighting-css)$ $if(highlighting-css)$
<style type="text/css">
$highlighting-css$ $highlighting-css$
</style>
$endif$ $endif$
$for(css)$ $for(css)$
<link rel="stylesheet" href="$css$" type="text/css" /> <link rel="stylesheet" href="$css$" type="text/css" />

View file

@ -14,7 +14,9 @@ $if(date-meta)$
$endif$ $endif$
<title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title> <title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title>
$if(highlighting-css)$ $if(highlighting-css)$
<style type="text/css">
$highlighting-css$ $highlighting-css$
</style>
$endif$ $endif$
<link rel="stylesheet" type="text/css" media="screen, projection, print" <link rel="stylesheet" type="text/css" media="screen, projection, print"
href="$slidy-url$/styles/slidy.css" /> href="$slidy-url$/styles/slidy.css" />