From ce7c6bd21dcc1cb2928287e9a7555b34c9931034 Mon Sep 17 00:00:00 2001 From: abdussamad567 Date: Thu, 12 Feb 2026 00:57:35 +0530 Subject: [PATCH] Fix HTML bugs on news page (#96) --- news/index.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/news/index.md b/news/index.md index 5a9a30b..ac2767a 100644 --- a/news/index.md +++ b/news/index.md @@ -10,13 +10,21 @@ crumbs:

Latest News

+
  • + + {{ post.date | date_to_string }} + + » + {{ post.title }} + +

    + {{ post.content | strip_html | truncate:250 }} + Read more… +

    +
  • + {% endfor %} + + {% endif %}