phalconBlog
phalconBlog copied to clipboard
javascript_include failure
In app/views/index.volt there will be javascript included, but the sourcefolders aren't right:
{{ javascript_include("js/jquery.min.js") }}
{{ javascript_include("js/bootstrap.min.js") }}
should be:
{{ javascript_include("js/jquery/jquery.min.js") }}
{{ javascript_include("js/bootstrap/bootstrap.min.js") }}
Then the nav-collapse wil work in the browser :)
Well just saw this. Get all sort of notifications except the important ones
I accept pull requests, so if you fork and make the change and put in the pull request, I will get it in