diff options
Diffstat (limited to 'blog.md')
| -rw-r--r-- | blog.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,17 @@ +--- +title: blog +permalink: /blog/ +--- + +# miscellaneous posts + +about different things + +filter by tag: {% for tag in site.tags %}[{{ tag[0] }}](/tags/{{ tag[0] }}) +{% endfor %} + +<div class="posts"> +{% for post in site.posts %} + {% include post-preview.html %} +{% endfor %} +</div> |
