bulma/docs/blog.html

33 lines
587 B
HTML
Raw Normal View History

---
layout: default
route: blog
2018-04-09 20:16:50 +00:00
breadcrumb:
- home
- blog
---
2018-04-09 21:25:26 +00:00
{% 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
%}
2018-04-09 20:16:50 +00:00
<main class="bd-main">
<div class="bd-posts">
{% for post in site.posts %}
{%
include elements/post.html
post=post
%}
{% endfor %}
2018-03-29 21:25:55 +00:00
</div>
2018-04-09 20:16:50 +00:00
</main>