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)$
|
||||
<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$
|
||||
|
|
Loading…
Reference in a new issue