vantagedesign / ace-documentation

A free documentation theme for Hugo, powered by Bootstrap 4. Repsonsive, search, code highlighting and more.
https://docs.vantage-design.com/ace/
MIT License
101 stars 74 forks source link

Responsive Menu #16

Closed phdemotions closed 4 years ago

phdemotions commented 4 years ago

responsive menu is not working for me:

https://antiracism-canada.netlify.app/ https://github.com/joshgonzales/bitly_antiracism_canada

julianflapper commented 4 years ago

Hi,

Your javascript libraries aren't being loaded properly.

Their source is set to: "‘https://antiracism-canada.netlify.applib/jquery.min.js’" Notice the missing "/" between ".app" and "lib"?

This might be fixed by adding a "/" to your site's URL in your config.toml. Otherwise, consider changing the script's src in "theme/ace-documentation/layouts/footer.html"