lxhome/blog.md

17 lines
324 B
Markdown
Raw Normal View History

2019-02-24 23:14:34 +00:00
---
layout: post
theme: dark
---
2019-02-26 21:14:43 +00:00
2019-02-24 23:14:34 +00:00
{% for post in site.posts %}
<div class="columns">
<div class="column">
<h2 class="is-size-3">
<a class="post-title-link" href="{{ post.url }}">
2019-02-26 21:14:43 +00:00
<i class="fas fa-link"></i> {{ post.title }}
2019-02-24 23:14:34 +00:00
</a>
</h2>
</div>
</div>
{% endfor %}