You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I a getting bad rendering and broken links on local testing with bundle exec jekyll serve. The rendering on Github Pages is great. I believe the problem might reside in lines like this one:
Now I screw rendering on Github Pages. I changed to relative_url just for the css files. It's weird that I can use the full path of an image under /assets/img/ but for the css files it has to be a relative path. That fixed the issue. Now with local testing and rendering on Github Pages!! Thanks!
Hi,
I a getting bad rendering and broken links on local testing with
bundle exec jekyll serve
. The rendering on Github Pages is great. I believe the problem might reside in lines like this one:Lagrange/_includes/head.html
Line 14 in 19a43cf
What should I do? Thanks!
The text was updated successfully, but these errors were encountered: