jekyllt / jasper

Full-featured Jekyll port of Ghost's default theme Casper 👻
https://jekyller.github.io/jasper/
MIT License
581 stars 348 forks source link

Fix relative assets #64

Open mgarciaisaia opened 1 year ago

mgarciaisaia commented 1 year ago

Use the relative_url filter to properly format URLs instead of manually doing it.

The previous method didn't work well with Github Pages in custom domains, since posts in a subdirectory (ie, https://example.com/dir/post.html) linked their assets without the leading slash, trying to load https://example.com/dir/assets/css/screen.css instead.