Sign in
apache
/
aries-site
/
refs/heads/master
/
.
/
_includes
/
latest-posts.html
blob: 8fe28c472183b2ecc1d0b5f01c0b18eea7d0dd59 [
file
] [
log
] [
blame
]
<p
class
=
"title is-4"
>
Latest News
</p>
<div
class
=
"columns is-multiline"
>
{% for post in site.posts limit:3 %}
<div
class
=
"column is-12"
>
{% include post-card.html %}
</div>
{% endfor %}
</div>