Fixed nesting of conditional around title in slidy template.

This commit is contained in:
John MacFarlane 2011-10-01 22:55:57 -07:00
parent 02b6aebc2a
commit e71b927a32

View file

@ -11,8 +11,8 @@ $endfor$
$if(date)$
<meta name="date" content="$date$" />
$endif$
$if(highlighting-css)$
<title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title>
$if(highlighting-css)$
<style type="text/css">
/*<![CDATA[*/
$highlighting-css$