Files
bulma/docs/blog.html

31 lines
558 B
HTML
Raw Permalink Normal View History

---
layout: default
route: blog
2018-04-09 21:16:50 +01:00
breadcrumb:
- home
- blog
---
{% capture hero_content %}
2024-03-21 16:39:38 +00:00
{% include docs/elements/rss-button.html %}
{% endcapture %}
{%
2024-03-21 16:39:38 +00:00
include docs/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
%}
2018-04-09 21:16:50 +01:00
<main class="bd-main">
<div class="bd-posts">
{% for post in site.posts %}
{%
2024-03-21 16:39:38 +00:00
include docs/elements/post.html
post=post
%}
{% endfor %}
2018-03-29 22:25:55 +01:00
</div>
2018-04-09 21:16:50 +01:00
</main>