我的网站做得非常好,但由于<head>
没有出现在_site文件夹中,因此没有明显的原因css没有显示出来。虽然同时很明显我在根目录中可用。
有人可以帮忙检查吗?因为我对明显的错误视而不见。
网站链接: http://werkbaar.net/
链接到回购: https://github.com/bomengeduld/boilerplate
问题: 当我在我的网站上进行铬检查时,我注意到标签被剥离了:
索引页的结构:
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<!-- The #page-top ID is part of the scrolling feature - the data-spy and data-target are part of the built-in Bootstrap scrollspy function -->
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
{% include nav.html %}
{% include header.html %}
{{ content }}
{% include footer.html %}
{% include scripts.html %}
</body>
</html>
答案 0 :(得分:1)
通过将YAML前端内容添加到index.html
来解决此问题,<head>
链接到---
layout: default
---
所在的default.html
{{1}}