aboutsummaryrefslogtreecommitdiff
path: root/default.slidy
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-10-01 22:55:57 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-10-01 22:55:57 -0700
commite71b927a32d1f923e4efc7a255de7525c784bdfa (patch)
treeaac05036847226a568b8defd94eb137cf0c2c197 /default.slidy
parent02b6aebc2a88fb6ab1e0649768e86dd01f20b282 (diff)
downloadpandoc-e71b927a32d1f923e4efc7a255de7525c784bdfa.tar.gz
Fixed nesting of conditional around title in slidy template.
Diffstat (limited to 'default.slidy')
-rw-r--r--default.slidy2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.slidy b/default.slidy
index 75d2ebedd..acbec8024 100644
--- a/default.slidy
+++ b/default.slidy
@@ -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$