summaryrefslogtreecommitdiffstats
path: root/default.html5
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-12-29 16:33:58 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-12-29 16:33:58 -0800
commit847ab1f25505a34b44b4893ee017f2cb4ea71820 (patch)
tree553d7b0c8c4638d2a76d0e25868adf0e88ab1a34 /default.html5
parentec3c244381ad767c2c8ac9e4328e8c8ea2406ffa (diff)
downloadpandoc-templates-847ab1f25505a34b44b4893ee017f2cb4ea71820.tar.gz
pandoc-templates-847ab1f25505a34b44b4893ee017f2cb4ea71820.zip
Updated templates for pandoc 2.11.3.2
Diffstat (limited to 'default.html5')
-rw-r--r--default.html53
1 files changed, 3 insertions, 0 deletions
diff --git a/default.html5 b/default.html5
index 0676215..9699b85 100644
--- a/default.html5
+++ b/default.html5
@@ -13,6 +13,9 @@ $endif$
13$if(keywords)$ 13$if(keywords)$
14 <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" /> 14 <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
15$endif$ 15$endif$
16$if(description-meta)$
17 <meta name="description" content="$description-meta$" />
18$endif$
16 <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> 19 <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
17 <style> 20 <style>
18 $styles.html()$ 21 $styles.html()$