mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
5 lines
198 B
Plaintext
5 lines
198 B
Plaintext
|
- if activity.is_a?(Status) && activity.spoiler_text?
|
||
|
%meta{ property: 'og:description', content: activity.spoiler_text }/
|
||
|
- else
|
||
|
%meta{ property: 'og:description', content: activity.content }/
|