redhataccess / ascii_binder

AsciiBinder is an AsciiDoc-based system for authoring and publishing closely related documentation sets from a single source.
https://asciibinder.net
MIT License
76 stars 39 forks source link

Wrong placement of bootstrap-offcanvas.js in page.html.erb #88

Closed pbaris closed 7 years ago

pbaris commented 7 years ago

After create a repo with command

asciibinder create mydocs

the file _templates/page.html.erb includes bootstrap-offcanvas.js in the head, but this script requires jQuery, which is loaded at the end of the body. So there is an js error an offcanvas does not work

The bootstrap-offcanvas.js script should be loaded at the body after the jquery.js

nhr commented 7 years ago

Thanks for providing a fix in https://github.com/redhataccess/ascii_binder/pull/89