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