Add safe and markdown filters to page titles and descriptions for HTML formatting (archive page)

This commit is contained in:
Tomasz Lewicki 2025-02-12 09:20:55 +01:00
parent e57409ffb6
commit f569aaba85

View file

@ -58,7 +58,7 @@
{{ post.date | date(format="%d %b", locale=date_locale) }} {{ post.date | date(format="%d %b", locale=date_locale) }}
</span> </span>
</div> </div>
<a href="{{ post.permalink }}" title="{{ post.title }}">{{ post.title }}</a> <a href="{{ post.permalink }}" title="{{ post.title }}">{{ post.title | markdown | safe }}</a>
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>