nitc :: HtmlightVisitor :: foot_content
# Additional content to inject just before the closing </body> tag
fun foot_content: String
do
return """
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script>$(".popupable").popover({html:true, placement:'top'})/*initialize bootstrap popover*/</script>"""
end
src/htmlight.nit:304,2--311,4