diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2011-10-01 22:55:57 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2011-10-01 22:55:57 -0700 |
commit | e71b927a32d1f923e4efc7a255de7525c784bdfa (patch) | |
tree | aac05036847226a568b8defd94eb137cf0c2c197 /default.slidy | |
parent | 02b6aebc2a88fb6ab1e0649768e86dd01f20b282 (diff) | |
download | pandoc-e71b927a32d1f923e4efc7a255de7525c784bdfa.tar.gz |
Fixed nesting of conditional around title in slidy template.
Diffstat (limited to 'default.slidy')
-rw-r--r-- | default.slidy | 2 |
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$ |