]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Announce 0.8.2
authorJeremy Thomas <bbxdesign@gmail.com>
Sat, 11 Apr 2020 12:24:36 +0000 (13:24 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 11 Apr 2020 12:24:36 +0000 (13:24 +0100)
docs/_data/meta.json
docs/_layouts/default.html

index 001867a6d6dc2981bf6ec5bd7692761845903230..7f4d64c919150c4deeb51cbdb52d6ce1804b35f5 100644 (file)
@@ -2,11 +2,11 @@
   "title": "Bulma: Free, open source, and modern CSS framework based on Flexbox",
   "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.",
   "documentation": "/documentation",
-  "download": "https://github.com/jgthms/bulma/releases/download/0.8.0/bulma-0.8.0.zip",
-  "release_notes": "https://github.com/jgthms/bulma/releases/tag/0.8.0",
+  "download": "https://github.com/jgthms/bulma/releases/download/0.8.2/bulma-0.8.2.zip",
+  "release_notes": "https://github.com/jgthms/bulma/releases/tag/0.8.2",
   "github": "https://github.com/jgthms/bulma",
   "twitter": "https://twitter.com/jgthms",
-  "version": "0.8.0",
+  "version": "0.8.2",
   "book_url": "https://bleedingedgepress.com/creating-interfaces-bulma/",
   "book_amazon": "https://www.amazon.com/Creating-Interfaces-Bulma-Jeremy-Thomas-ebook/dp/B079M1BJG4/",
   "book_sample": "http://www.bleedingedgepress.com/book_excerpts/01E9D1/creating_interfaces_with_bulma_sample.pdf",
index fed367e1e8cd4cfec3c177aa3264a03a518640c6..8237e3912f40becc165f2c15c7f7481be6c97c63 100644 (file)
@@ -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>