.Site.BaseURL doesn't lead back to homepage, Skeleton CSS not applied to single.html

It worked!

worked after passing the context “dot” in both the index.html and the single.html

  1. 
    

That was a big help. I had looked into the doc before, also the section about absURL, but didn’t know what to look for. After your hint, I found this forum post which helped me with the format and how to apply it.

In the end this is the stylesheet reference in head.html

<link rel=“stylesheet” href=“{{ “/css/skeleton.css” | absURL }}”>

Thanks for the quick help!!! :star_struck: