diff options
author | Andrew Dunning <andunning@gmail.com> | 2015-11-16 14:04:41 -0500 |
---|---|---|
committer | Andrew Dunning <andunning@gmail.com> | 2015-12-20 11:00:24 -0500 |
commit | abd1da4263add8e97718737e4c15a20f76115261 (patch) | |
tree | 05a222438c0f384b1a0895f376444fc7ff132e37 /default.slideous | |
parent | 06fe6706f1b0655185248cc0c1ee3d2e187ec07d (diff) | |
download | pandoc-abd1da4263add8e97718737e4c15a20f76115261.tar.gz |
Add TOC to slides where missing.
Diffstat (limited to 'default.slideous')
-rw-r--r-- | default.slideous | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/default.slideous b/default.slideous index 275e54f30..505acea3a 100644 --- a/default.slideous +++ b/default.slideous @@ -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$ |