It worked!
worked after passing the context “dot” in both the index.html and the single.html
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!!!