summaryrefslogtreecommitdiffstats
path: root/default.dzslides
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-01-30 23:03:37 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-01-30 23:03:37 -0800
commit0be17b21ce1954f16f07a495cb1062145b4d69df (patch)
tree7618475a8c32e5f4496a1af85523e26dd21ffea8 /default.dzslides
parent7fed34ab85d9c89b7f17707f7e97b4daa75276fb (diff)
downloadpandoc-templates-0be17b21ce1954f16f07a495cb1062145b4d69df.tar.gz
pandoc-templates-0be17b21ce1954f16f07a495cb1062145b4d69df.zip
Updated templates for pandoc 2.6
Diffstat (limited to 'default.dzslides')
-rw-r--r--default.dzslides4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.dzslides b/default.dzslides
index 892a434..96862a2 100644
--- a/default.dzslides
+++ b/default.dzslides
@@ -12,7 +12,7 @@ $if(keywords)$
12 <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$"> 12 <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$">
13$endif$ 13$endif$
14 <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> 14 <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
15 <style type="text/css"> 15 <style>
16 code{white-space: pre-wrap;} 16 code{white-space: pre-wrap;}
17 span.smallcaps{font-variant: small-caps;} 17 span.smallcaps{font-variant: small-caps;}
18 span.underline{text-decoration: underline;} 18 span.underline{text-decoration: underline;}
@@ -22,7 +22,7 @@ $if(quotes)$
22$endif$ 22$endif$
23 </style> 23 </style>
24$if(highlighting-css)$ 24$if(highlighting-css)$
25 <style type="text/css"> 25 <style>
26$highlighting-css$ 26$highlighting-css$
27 </style> 27 </style>
28$endif$ 28$endif$