From: Jeremy Thomas Date: Sat, 11 Apr 2020 12:24:36 +0000 (+0100) Subject: Announce 0.8.2 X-Git-Tag: 0.9.0~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a786411a256411b34287f35498d5e7bfbf2e2a5;p=thirdparty%2Fbulma.git Announce 0.8.2 --- diff --git a/docs/_data/meta.json b/docs/_data/meta.json index 001867a6d..7f4d64c91 100644 --- a/docs/_data/meta.json +++ b/docs/_data/meta.json @@ -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", diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index fed367e1e..8237e3912 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -1,9 +1,13 @@ - + {% include global/head.html %} - - {% include global/deprecated.html %} - {{ content }} - {% include global/footer.html %} + + {% include global/deprecated.html %} {% include global/notice.html %} {{ + content }} {% include global/footer.html %}