diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-01-06 13:20:03 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-01-06 13:20:03 +0300 |
| commit | 585c08987fdd40274bd628bae15be9b9399b357e (patch) | |
| tree | 4cdda86f4867ad01ecc1c113e559a62dd63d57fc /blog.md | |
| parent | d4b99a8b2ee2dd81f507c6c6beac10b8eab93b92 (diff) | |
| download | aaoth.xyz-585c08987fdd40274bd628bae15be9b9399b357e.tar.gz aaoth.xyz-585c08987fdd40274bd628bae15be9b9399b357e.zip | |
rename 'other' page to 'blog'
because it's going to be a blog, really.
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> |
