From e4ad4fc7f4d5686829d30eca909c2950b739b7c6 Mon Sep 17 00:00:00 2001 From: sara bekele Date: Sun, 7 Jun 2026 18:16:48 +0300 Subject: [PATCH] Fix: preserve HTML and Markdown links in updates feed layout --- pages/scholarship/updates.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/scholarship/updates.html b/pages/scholarship/updates.html index 1bd1d040..582136fa 100644 --- a/pages/scholarship/updates.html +++ b/pages/scholarship/updates.html @@ -30,7 +30,7 @@

{{ currentdate }}

  • {{ post.date | date: "%B %-d, %Y" }} update: {{ post.title }}

    - {{ post.content | strip_html | markdownify }} + {{ post.content | markdownify }}
  • {% endif %} {% endfor %}