mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-25 13:01:08 +00:00
parent
963d413847
commit
0b098e539f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{% macro post_card(article) %}
|
||||
<div class="card">
|
||||
<h3><a href="{{ article.url }}">{{ article.post.title }}</a></h3>
|
||||
<main><p>{{ article.post.content | escape | truncate(length=200) }}…</p></main>
|
||||
<main><p>{{ article.post.content | striptags | truncate(length=200) }}…</p></main>
|
||||
<p>By <a href="/@/{{ article.author.fqn }}/">{{ article.author.display_name }}</a> ⋅ {{ article.date | date(format="%B %e") }}</p>
|
||||
</div>
|
||||
{% endmacro post_card %}
|
||||
|
|
Loading…
Reference in a new issue