summaryrefslogtreecommitdiffstats
path: root/default.html5
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-03-03 11:28:56 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-03-03 11:28:56 -0800
commitc47460fce5cebb17f2ecb1ad195d244c75887d8c (patch)
tree85c2e72750473c9ea3141e93aae0280ed4992f20 /default.html5
parent0be17b21ce1954f16f07a495cb1062145b4d69df (diff)
downloadpandoc-templates-c47460fce5cebb17f2ecb1ad195d244c75887d8c.tar.gz
pandoc-templates-c47460fce5cebb17f2ecb1ad195d244c75887d8c.zip
Updated templates for pandoc 2.7
Diffstat (limited to 'default.html5')
-rw-r--r--default.html52
1 files changed, 1 insertions, 1 deletions
diff --git a/default.html5 b/default.html5
index 1d7bef4..9816fcf 100644
--- a/default.html5
+++ b/default.html5
@@ -60,7 +60,7 @@ $endif$
60</header> 60</header>
61$endif$ 61$endif$
62$if(toc)$ 62$if(toc)$
63<nav id="$idprefix$TOC"> 63<nav id="$idprefix$TOC" role="doc-toc">
64$table-of-contents$ 64$table-of-contents$
65</nav> 65</nav>
66$endif$ 66$endif$