Moved $include-after$ to the closing </body>
See https://groups.google.com/forum/#!topic/pandoc-discuss/Fbfh8IIcVds
This commit is contained in:
parent
50ca8c85d9
commit
cf4e5f4520
1 changed files with 4 additions and 3 deletions
|
@ -66,9 +66,7 @@ $endif$
|
|||
$body$
|
||||
</div>
|
||||
</div>
|
||||
$for(include-after)$
|
||||
$include-after$
|
||||
$endfor$
|
||||
|
||||
|
||||
<script src="$revealjs-url$/lib/js/head.min.js"></script>
|
||||
<script src="$revealjs-url$/js/reveal.min.js"></script>
|
||||
|
@ -94,5 +92,8 @@ $endfor$
|
|||
// { src: '$revealjs-url$/plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } }
|
||||
]});
|
||||
</script>
|
||||
$for(include-after)$
|
||||
$include-after$
|
||||
$endfor$
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue