digitalcraftsman / hugo-agency-theme

Port of Startbootstrap's Agency theme to Hugo
http://themes.gohugo.io/theme/agency/
Apache License 2.0
160 stars 137 forks source link

A bug of the path name. #105

Closed doreentseng closed 6 years ago

doreentseng commented 6 years ago

I downloaded the theme and followed the guide but it always showed "GET http://localhost:1313/js/jquery-v3.3.1/jquery.min.js net::ERR_ABORTED"

Then I fixed it in /layouts/partials/js.html Change <script src="{{ "js/jquery-v3.3.1/jquery.min.js"| absURL }}"></script> to <script src="{{ "js/jquery-v3.1.1/jquery.min.js"| absURL }}"></script>

Thanks~

stp-ip commented 6 years ago

Fixed with #106 or at least the problematic change was reverted. Sorry for the oversight. You can add a PR fixing the script tag and the folder name as in #104