mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2024-11-23 07:13:52 -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>
|
||||
</strong>
|
||||
|
||||
<p>{{ toot.card.description }}</p>
|
||||
<p>{{ toot.card.description |truncatechars_html:500}}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user