diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-11-02 19:45:52 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-11-02 19:45:52 -0700 |
commit | d99073f1be28449709d965cda2f051a8705367c5 (patch) | |
tree | c85893d7957268018959efd48169a890ddf74ff3 /default.slideous | |
parent | 1e32f282085c31720c3f0adfed37076d890f2bff (diff) | |
download | pandoc-d99073f1be28449709d965cda2f051a8705367c5.tar.gz |
Removed unnecessary if around pagetitle.
Diffstat (limited to 'default.slideous')
-rw-r--r-- | default.slideous | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.slideous b/default.slideous index a0f2e258c..43f12ae9d 100644 --- a/default.slideous +++ b/default.slideous @@ -12,7 +12,7 @@ $endfor$ $if(date-meta)$ <meta name="date" content="$date-meta$" /> $endif$ - <title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title> + <title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title> $if(highlighting-css)$ <style type="text/css"> $highlighting-css$ |