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)$ $if(date)$
<meta name="date" content="$date$" /> <meta name="date" content="$date$" />
$endif$ $endif$
$if(highlighting-css)$
<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)$
<style type="text/css"> <style type="text/css">
/*<![CDATA[*/ /*<![CDATA[*/
$highlighting-css$ $highlighting-css$