_layouts/default.html in yefeme-0.1.0 vs _layouts/default.html in yefeme-0.1.1
- old
+ new
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang={{ page.lang | default: site.lang | default: "en" }}">
- {% include "head.html" %}
+ {% include head.html %}
<body>
- {% include "header.html" %}
+ {% include header.html %}
{{ content }}
- {% include "footer.html" %}
+ {% include footer.html %}
</body>
</html>