HTML template: Add quotes styles if 'quotes'.
This commit is contained in:
parent
b49608bf92
commit
40ef433abb
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ $if(date-meta)$
|
|||
$endif$
|
||||
<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>
|
||||
$endif$
|
||||
$if(highlighting-css)$
|
||||
<style type="text/css">
|
||||
$highlighting-css$
|
||||
|
|
Loading…
Reference in a new issue