diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-03-03 11:28:56 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-03-03 11:28:56 -0800 |
commit | c47460fce5cebb17f2ecb1ad195d244c75887d8c (patch) | |
tree | 85c2e72750473c9ea3141e93aae0280ed4992f20 /default.html5 | |
parent | 0be17b21ce1954f16f07a495cb1062145b4d69df (diff) | |
download | pandoc-templates-c47460fce5cebb17f2ecb1ad195d244c75887d8c.tar.gz pandoc-templates-c47460fce5cebb17f2ecb1ad195d244c75887d8c.zip |
Updated templates for pandoc 2.7
Diffstat (limited to 'default.html5')
-rw-r--r-- | default.html5 | 2 |
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$ |