Gab-Social/app/views/statuses/_og_description.html.haml
mgabdev aa88fc16c9 Fixed issue with showing status meta in html head/title tags
• Fixed:
- issue with showing status meta in html head/title tags
2020-12-23 17:38:18 -05:00

5 lines
212 B
Plaintext

- description = t('statuses.title', name: display_name(account), quote: status.spoiler_text.presence || status.text)
%meta{ name: 'description', content: description }/
= opengraph 'og:description', description