Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建的网站没有为某些页面加载任何 css/javascript 文件。有问题的页面是降价发布文件。我正在使用 Jekyll 构建网站。
链接在这里
http://joshhornby.co.uk/
如您所见,索引页面有效,但博客文章无效。
您的href开头/既不是绝对的 ( ),也不是绝对的 ( http://),因此它将使用相对于当前页面的路径。
href
/
http://
它正在文件夹中寻找 CSShttp://joshhornby.co.uk/2012/11/14/
http://joshhornby.co.uk/2012/11/14/
在/你之前添加,你应该很好。stylesheet/href
stylesheet/