Fixed nesting of conditional around title in slidy template.
This commit is contained in:
parent
02b6aebc2a
commit
e71b927a32
1 changed files with 1 additions and 1 deletions
|
@ -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$
|
||||||
|
|
Loading…
Add table
Reference in a new issue