--- layout: default route: blog breadcrumb: - home - blog --- {% include global/navbar.html id="Blog" %} {% assign title = page.title | markdownify %} {% assign introduction = page.introduction | markdownify %} {% assign m = page.date | date: "%B" %} {% assign d = page.date | date: "%-d" %} {% assign y = page.date | date: "%Y" %} {% capture banner_title %} The official Bulma blog {% endcapture %} {% capture banner_more %} {% include elements/rss-button.html %} {% endcapture %} {% include elements/banner.html title=banner_title more=banner_more %}

{{ title }}

{{ introduction }}
{{ m }} {% case d %}{% when "1" or "21" or "31" %}{{ d }}st{% when "2" or "22" %}{{ d }}nd{% when "3" or "23" %}{{ d }}rd{% else %}{{ d }}th{% endcase %}, {{ y }}
{% if page.image %}
{{ page.alt }}
{% else %}

{% endif %}
{{ content }}

{% include elements/carbon.html %}