mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-19 02:01:04 +00:00
parent
7e3cdec0b6
commit
97c652cefd
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
{% endif %}
|
||||
<div class="card">
|
||||
<h3><a href="{{ article.url }}">{{ article.post.title }}</a></h3>
|
||||
<main><p>{{ article.post.content | striptags | truncate(length=200) }}</p></main>
|
||||
<main><p>{{ article.post.content | safe | striptags | truncate(length=200) }}</p></main>
|
||||
<p>
|
||||
{{ "By {{ link_1 }}{{ link_2 }}{{ link_3 }}{{ name }}{{ link_4 }}" | _(
|
||||
link_1='<a href="/@/',
|
||||
|
|
Loading…
Reference in a new issue