From 2d91f98aae123493bf3739f874cf42a73dbb643b Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Wed, 9 Dec 2020 12:39:31 +0300 Subject: move duplicated code to include file because it was the same in tagsort and other pages. --- other.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'other.md') diff --git a/other.md b/other.md index 8d1b713..51ac50f 100644 --- a/other.md +++ b/other.md @@ -12,15 +12,6 @@ filter by tag: {% for tag in site.tags %}[{{ tag[0] }}](/tags/{{ tag[0] }})
{% for post in site.posts %} -
-

- {{ post.title }} -

- {{ post.excerpt }} -

- read more... -

-

{{ post.date | date_to_string }}

-
+ {% include post-preview.html %} {% endfor %}
-- cgit v1.2.3