diff options
Diffstat (limited to 'other.md')
| -rw-r--r-- | other.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -6,3 +6,12 @@ permalink: /other/ # other here will be some misc stuff + +<div class="posts"> +{% for post in site.posts %} + <div class="post"> + {{ post.content }} + <a href="{{ post.url }}">{{ post.date | date_to_string }}</a> + </div> +{% endfor %} +</div> |
