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. --- _includes/post-preview.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 _includes/post-preview.html (limited to '_includes') diff --git a/_includes/post-preview.html b/_includes/post-preview.html new file mode 100644 index 0000000..d86c92c --- /dev/null +++ b/_includes/post-preview.html @@ -0,0 +1,10 @@ +
+

+ {{ post.title }} +

+ {{ post.excerpt }} +

+ read more... +

+

{{ post.date | date_to_string }}

+
-- cgit v1.2.3