Support toc-title in revealjs (#7171)
* Support toc-title in revealjs * Add semantic HTML "nav" tag Closes #7170. As with default.html5
This commit is contained in:
parent
b9b22e3ce4
commit
96d384ac9e
1 changed files with 5 additions and 0 deletions
|
@ -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$
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue