about summary refs log tree commit diff
path: root/app/views/shared/_og.html.haml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-10-08 22:08:55 +0200
committerGitHub <noreply@github.com>2019-10-08 22:08:55 +0200
commit19cdc627658166664fb1571ec45564d237e63757 (patch)
tree5ceb2c83ea31be5eb2464c08ed68a49483157f41 /app/views/shared/_og.html.haml
parent4a98e77d0e7fec15e1830059a9a56bf56aa391db (diff)
Remove fallback to long description on sidebar and meta description (#12119)
Fix #12114
Diffstat (limited to 'app/views/shared/_og.html.haml')
-rw-r--r--app/views/shared/_og.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_og.html.haml b/app/views/shared/_og.html.haml
index 576f47a67..c8f12974e 100644
--- a/app/views/shared/_og.html.haml
+++ b/app/views/shared/_og.html.haml
@@ -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 }/