Add TOC to slides where missing.
This commit is contained in:
parent
06fe6706f1
commit
abd1da4263
4 changed files with 20 additions and 0 deletions
|
@ -111,6 +111,11 @@ $endfor$
|
|||
<h3 class="date">$date$</h3>
|
||||
</section>
|
||||
$endif$
|
||||
$if(toc)$
|
||||
<section id="$idprefix$TOC">
|
||||
$toc$
|
||||
</section>
|
||||
$endif$
|
||||
$for(include-before)$
|
||||
$include-before$
|
||||
$endfor$
|
||||
|
|
|
@ -61,6 +61,11 @@ $endif$
|
|||
<h3>$date$</h3>
|
||||
</div>
|
||||
$endif$
|
||||
$if(toc)$
|
||||
<div class="slide" id="$idprefix$TOC">
|
||||
$toc$
|
||||
</div>
|
||||
$endif$
|
||||
$body$
|
||||
$for(include-after)$
|
||||
$include-after$
|
||||
|
|
|
@ -71,6 +71,11 @@ $if(date)$
|
|||
$endif$
|
||||
</div>
|
||||
$endif$
|
||||
$if(toc)$
|
||||
<div class="slide" id="$idprefix$TOC">
|
||||
$toc$
|
||||
</div>
|
||||
$endif$
|
||||
$body$
|
||||
$for(include-after)$
|
||||
$include-after$
|
||||
|
|
|
@ -55,6 +55,11 @@ $if(date)$
|
|||
$endif$
|
||||
</div>
|
||||
$endif$
|
||||
$if(toc)$
|
||||
<div class="slide" id="$idprefix$TOC">
|
||||
$toc$
|
||||
</div>
|
||||
$endif$
|
||||
$body$
|
||||
$for(include-after)$
|
||||
$include-after$
|
||||
|
|
Loading…
Reference in a new issue