1
0
mirror of https://github.com/mastodon/mastodon synced 2024-11-24 07:06:18 +09:00
mastodon/app/views/statuses/_og_description.html.haml

5 lines
140 B
Plaintext
Raw Normal View History

- description = status_description(activity)
%meta{ name: 'description', content: description }/
= opengraph 'og:description', description