yoshiharuyamashita / blackburn

A Hugo theme built using Yahoo's Pure CSS
MIT License
317 stars 170 forks source link

baseurl not correct in footer.html #35

Closed ronsmits closed 7 years ago

ronsmits commented 8 years ago

I have in config.toml: baseurl = "https://ronsmits.org" the generated code in footer.html tries to load https://ronsmits.orgjs/ui.js.

changed <script src="{{ .Site.BaseURL }}js/ui.js"></script> into <script src="{{ .Site.BaseURL }}/js/ui.js"></script>

yoshiharuyamashita commented 7 years ago

Please make sure to end baseurl with a '/'.