Skip to content

Commit 0a78641

Browse files
committed
Announce 0.8.2
1 parent 24c0983 commit 0a78641

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

docs/_data/meta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"title": "Bulma: Free, open source, and modern CSS framework based on Flexbox",
33
"description": "Bulma is a free, open source CSS framework based on Flexbox and built with Sass. It's 100% responsive, fully modular, and available for free.",
44
"documentation": "/documentation",
5-
"download": "https://github.com/jgthms/bulma/releases/download/0.8.0/bulma-0.8.0.zip",
6-
"release_notes": "https://github.com/jgthms/bulma/releases/tag/0.8.0",
5+
"download": "https://github.com/jgthms/bulma/releases/download/0.8.2/bulma-0.8.2.zip",
6+
"release_notes": "https://github.com/jgthms/bulma/releases/tag/0.8.2",
77
"github": "https://github.com/jgthms/bulma",
88
"twitter": "https://twitter.com/jgthms",
9-
"version": "0.8.0",
9+
"version": "0.8.2",
1010
"book_url": "https://bleedingedgepress.com/creating-interfaces-bulma/",
1111
"book_amazon": "https://www.amazon.com/Creating-Interfaces-Bulma-Jeremy-Thomas-ebook/dp/B079M1BJG4/",
1212
"book_sample": "http://www.bleedingedgepress.com/book_excerpts/01E9D1/creating_interfaces_with_bulma_sample.pdf",

docs/_layouts/default.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
<!DOCTYPE html>
2-
<html lang="en" class="{% if page.route %}route-{{page.route}}{% elsif page.layout %}route-{{page.layout}}{% endif %}">
2+
<html
3+
lang="en"
4+
class="{% if page.route %}route-{{page.route}}{% elsif page.layout %}route-{{page.layout}}{% endif %}"
5+
>
36
{% include global/head.html %}
4-
<body class="layout-{{ page.layout }}{% if page.doc-tab %} page-{{ page.doc-tab}}{% endif %}">
5-
{% include global/deprecated.html %}
6-
{{ content }}
7-
{% include global/footer.html %}
7+
<body
8+
class="layout-{{ page.layout }}{% if page.doc-tab %} page-{{ page.doc-tab}}{% endif %}"
9+
>
10+
{% include global/deprecated.html %} {% include global/notice.html %} {{
11+
content }} {% include global/footer.html %}
812
</body>
913
</html>

0 commit comments

Comments
 (0)