mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 03:14:30 -07:00
Organize partials
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" class="{% if page.route %}route-{{page.route}}{% elsif page.layout %}route-{{page.layout}}{% endif %}">
|
||||
{% include head.html %}
|
||||
{% include global/head.html %}
|
||||
<body class="layout-{{ page.layout }}{% if page.doc-tab %} page-{{ page.doc-tab}}{% endif %}">
|
||||
{% include deprecated.html %}
|
||||
{% include global/deprecated.html %}
|
||||
{{ content }}
|
||||
{% include footer.html %}
|
||||
{% include global/footer.html %}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user