diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-12-29 16:33:58 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-12-29 16:33:58 -0800 |
commit | 847ab1f25505a34b44b4893ee017f2cb4ea71820 (patch) | |
tree | 553d7b0c8c4638d2a76d0e25868adf0e88ab1a34 /default.html5 | |
parent | ec3c244381ad767c2c8ac9e4328e8c8ea2406ffa (diff) | |
download | pandoc-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.html5 | 3 |
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()$ |