aboutsummaryrefslogtreecommitdiff
path: root/data/templates/default.revealjs
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/default.revealjs')
-rw-r--r--data/templates/default.revealjs5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/templates/default.revealjs b/data/templates/default.revealjs
index e6d6939cd..e90b32899 100644
--- a/data/templates/default.revealjs
+++ b/data/templates/default.revealjs
@@ -59,7 +59,12 @@ $endif$
$endif$
$if(toc)$
<section id="$idprefix$TOC">
+<nav role="doc-toc">
+$if(toc-title)$
+<h2 id="$idprefix$toc-title">$toc-title$</h2>
+$endif$
$table-of-contents$
+</nav>
</section>
$endif$