diff options
author | Andrew Dunning <andunning@gmail.com> | 2015-10-16 08:48:24 -0400 |
---|---|---|
committer | Andrew Dunning <andunning@gmail.com> | 2015-10-16 08:48:24 -0400 |
commit | 4ee7a20dfc02fa57a773b46eb2ba125c81d7a830 (patch) | |
tree | 48445dd1c5c1b6b3f97d2cfd73e641e9ccc68c62 /default.slideous | |
parent | 92e66456ec773382b644c1eda72bef8c25474860 (diff) | |
download | pandoc-4ee7a20dfc02fa57a773b46eb2ba125c81d7a830.tar.gz |
Use en dash to separate title-prefix.
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 c051508bf..275e54f30 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$$pagetitle$</title> + <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> <style type="text/css">code{white-space: pre;}</style> $if(highlighting-css)$ <style type="text/css"> |