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:
|
<link rel="stylesheet" href="{{ site.github.url }}/assets/css/main.css"> |
What should I do? Thanks!