mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-27 01:45:56 +00:00
Moved $include-after$ to the closing </body>
See https://groups.google.com/forum/#!topic/pandoc-discuss/Fbfh8IIcVds
This commit is contained in:
+4
-3
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user