Use en dash to separate title-prefix.
This commit is contained in:
parent
92e66456ec
commit
4ee7a20dfc
7 changed files with 7 additions and 7 deletions
|
@ -7,7 +7,7 @@ $endfor$
|
|||
$if(date-meta)$
|
||||
<meta name="dcterms.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">
|
||||
|
|
|
@ -10,7 +10,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(quotes)$
|
||||
<style type="text/css">q { quotes: "“" "”" "‘" "’"; }</style>
|
||||
|
|
|
@ -10,7 +10,7 @@ $endfor$
|
|||
$if(date-meta)$
|
||||
<meta name="dcterms.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 lt IE 9]>
|
||||
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
</RootCellStyleGroup>
|
||||
<Story Self="pandoc_story"
|
||||
TrackChanges="false"
|
||||
StoryTitle="$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$"
|
||||
StoryTitle="$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$"
|
||||
AppliedTOCStyle="n"
|
||||
AppliedNamedGrid="n" >
|
||||
<StoryPreference OpticalMarginAlignment="true" OpticalMarginSize="12" />
|
||||
|
|
|
@ -10,7 +10,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>
|
||||
<!-- configuration parameters -->
|
||||
<meta name="defaultView" content="slideshow" />
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue