From fec80dcc6e250ceeaa78f1444dd8c021df2e487c Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Mon, 7 Dec 2020 15:54:16 +0300 Subject: update fossil export post tested that sed cmd, and it was not perfect, so i polished it a bit. also add post excerpt functionality. --- other.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'other.md') diff --git a/other.md b/other.md index 7240f5b..67a7d5d 100644 --- a/other.md +++ b/other.md @@ -12,9 +12,12 @@ filter by tag: {% for tag in site.tags %}[{{ tag[0] }}](/tags/{{ tag[0] }}) {% for post in site.posts %}

- {{ post.title }} + {{ post.title }}

- {{ post.content }} + {{ post.excerpt }} +

+ read more... +

{{ post.date | date_to_string }}

{% endfor %} -- cgit v1.2.3