So I’ve been altering a theme to match what my project requires, but for some reason, the page won’t load the js scripts. It loads the image until I added the “{{asset ’ '}}” I’ve referred to the asset help guide but still had no luck
I’m using the latest version of ghost, here are some screenshots of how things are setup
Chrome Log
JS File Reference
Image reference
Location in the directory (The Red Square Show the files that are being used)
I’ve created an images folder within the asset folder, which is what it’s linking back to.
I’m really unsure of what could be causing this. In the console, it says it cannon find the resource.
The code is looking fine and it should load the image. in your code there is </a></li> at the end. there is no beginning of those tag in your code above. I assume those are in your file, you just don’t shown here. Although it should not cause any effect in image loading.
In console, do you see 404 error?
If you are self hosting your site, do a ghost restart and see if it solve or not. Maybe any cache issue.
I am really clueless because your code is OK.