bulma/docs/blog.html
Jeremy Thomas 08ef4df2c0
Bulma v9 website (#3249)
* Add Bulma v9

* Add vendor dependencies

* Fix native

* Fix sponsors

* Add style attribute
2021-01-27 23:30:42 +00:00

33 lines
587 B
HTML

---
layout: default
route: blog
breadcrumb:
- home
- blog
---
{% include global/navbar.html id="Blog" %}
{% capture hero_content %}
{% include elements/rss-button.html %}
{% endcapture %}
{%
include components/hero.html
color="primary"
icon="fas fa-rss"
title="The **official** Bulma **blog**"
subtitle="Stay updated about new features, bug fixes, and releases"
content=hero_content
%}
<main class="bd-main">
<div class="bd-posts">
{% for post in site.posts %}
{%
include elements/post.html
post=post
%}
{% endfor %}
</div>
</main>