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
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