Files
bulma/docs/blog.html

33 lines
587 B
HTML
Raw Normal View History

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