mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
Add safe and markdown filters to page titles and descriptions for HTML formatting (archive page)
This commit is contained in:
parent
e57409ffb6
commit
f569aaba85
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
{{ post.date | date(format="%d %b", locale=date_locale) }}
|
||||
</span>
|
||||
</div>
|
||||
<a href="{{ post.permalink }}" title="{{ post.title }}">{{ post.title }}</a>
|
||||
<a href="{{ post.permalink }}" title="{{ post.title }}">{{ post.title | markdown | safe }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue