acezalba / grav-theme-canvas

A Starter Theme for GravCMS
MIT License
1 stars 0 forks source link

jQuery #1

Open CarlSinclair opened 1 month ago

CarlSinclair commented 1 month ago

First of all thank you for the beautiful minimalist theme.

I'm having a few issues that I believe are caused by jQuery not loading correctly. Random resources throwing 500 errors instead of getting returned. The favicon is 404ing. The blog post content is being rendered three times. FA icons aren't showing properly. Etc.

I've tried loading it in head.html.twig and in the Custom JS plugin, neither of which should have been necessary because Grav itself should be getting it but apparently something is preventing it from getting loaded before all the other JS.

image

CarlSinclair commented 1 month ago

I'm not sure what was causing the issues but I fixed them by adding security headers.

The favicon problem was fixed by replacing the twig {{ variables }} in user/themes/canvas/templates/partials/head/favicon.html.twig to relative links. Not sure what the variable was being set as elsewhere.