From 2e9114bd684688b3ffbf3e3a7d49cbe9d5b3e5bd Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Mon, 7 Dec 2020 14:27:05 +0300 Subject: add about page content --- other.md | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) (limited to 'other.md') diff --git a/other.md b/other.md index 1d58065..b4d025e 100644 --- a/other.md +++ b/other.md @@ -1,26 +1,20 @@ --- title: other -permalink: /other/ --- -# other +miscellaneous posts about different things. -here will be some misc stuff +filter by tag: {% for tag in site.tags %}[{{ tag[0] }}](/tags/{{ tag[0] }}) +{% endfor %}
{% for post in site.posts %}
-

{{ post.title }}

- -

{{ post.date | date_to_string }}

- {% if post.tags.size > 0 %} -

| tags:

- {% for tag in post.tags %} - {{ tag }} - {% endfor %} - {% endif %} -
+

+ {{ post.title }} +

{{ post.content }} +

{{ post.date | date_to_string }}

{% endfor %}
-- cgit v1.2.3