mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2024-11-27 09:10:08 -05:00
Truncate long card descriptions
This is useful for bots like the Onion repeater that stuff whole articles into the description field.
This commit is contained in:
parent
9af914db85
commit
507157782d
@ -87,7 +87,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</strong>
|
</strong>
|
||||||
|
|
||||||
<p>{{ toot.card.description }}</p>
|
<p>{{ toot.card.description |truncatechars_html:500}}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user