diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-11-27 08:39:26 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-11-27 08:39:26 -0800 |
commit | 05d510b4dc5af87cbf25d92fa8318f44e155b919 (patch) | |
tree | d1abca04bfe19075ef774dc4e66dac61bb4cc7a5 /default.html5 | |
parent | a2d9d54ae9fa5b1fa7d36d94b7375f522adff7c3 (diff) | |
download | pandoc-templates-05d510b4dc5af87cbf25d92fa8318f44e155b919.tar.gz pandoc-templates-05d510b4dc5af87cbf25d92fa8318f44e155b919.zip |
Updated templates for pandoc 2.8.0.1
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 eff6e73..0676215 100644 --- a/default.html5 +++ b/default.html5 | |||
@@ -50,6 +50,9 @@ $endif$ | |||
50 | $endif$ | 50 | $endif$ |
51 | $if(toc)$ | 51 | $if(toc)$ |
52 | <nav id="$idprefix$TOC" role="doc-toc"> | 52 | <nav id="$idprefix$TOC" role="doc-toc"> |
53 | $if(toc-title)$ | ||
54 | <h2 id="$idprefix$toc-title">$toc-title$</h2> | ||
55 | $endif$ | ||
53 | $table-of-contents$ | 56 | $table-of-contents$ |
54 | </nav> | 57 | </nav> |
55 | $endif$ | 58 | $endif$ |