Remove fallback to long description on sidebar and meta description (#12119)
Fix #12114
This commit is contained in:
parent
4a98e77d0e
commit
19cdc62765
4 changed files with 9 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
- thumbnail = @instance_presenter.thumbnail
|
||||
- description ||= strip_tags(@instance_presenter.site_short_description.presence || @instance_presenter.site_description.presence || t('about.about_mastodon_html'))
|
||||
- description ||= strip_tags(@instance_presenter.site_short_description.presence || t('about.about_mastodon_html'))
|
||||
|
||||
%meta{ name: 'description', content: description }/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue