From e71b927a32d1f923e4efc7a255de7525c784bdfa Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 1 Oct 2011 22:55:57 -0700 Subject: [PATCH] Fixed nesting of conditional around title in slidy template. --- default.slidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)$ $endif$ -$if(highlighting-css)$ $if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$ +$if(highlighting-css)$