gab-social/app/views/statuses/_og_description.html.haml

5 lines
212 B
Plaintext
Raw Permalink Normal View History

- description = t('statuses.title', name: display_name(account), quote: status.spoiler_text.presence || status.text)
2019-07-02 08:10:25 +01:00
%meta{ name: 'description', content: description }/
= opengraph 'og:description', description