Keats / tera

A template engine for Rust based on Jinja2/Django
http://keats.github.io/tera/
MIT License
3.43k stars 279 forks source link

Serve CSS over HTTPS #853

Closed Jengamon closed 1 year ago

Jengamon commented 1 year ago

Just saw that the commit (a5387bd) was just merged 3 days ago, but when I was checking out the site today, it was unstyled. Opened up the dev tools and saw:

Mixed Content: The page at 'https://tera.netlify.app/' was loaded over HTTPS, but requested an insecure stylesheet 'http://keats.github.io/tera/app.css'. This request has been blocked; the content must be served over HTTPS.

Keats commented 1 year ago

The URL is not the netlify one anymore, it's http://keats.github.io/tera

I can't remove the auto-build from Netlify since they want me to pay 55$/month to unlock it, but they are going to shut down all my sites at the end of the month so it should be fine at that point. I'll need to do a small release just to change the URL in crates.io though