]> cat aescling's git repositories - mastodon.git/commitdiff
Fix duplicate “description” meta tag on accounts public pages (#12923)
authorThibG <thib@sitedethib.com>
Wed, 22 Jan 2020 15:26:23 +0000 (16:26 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 22 Jan 2020 15:26:23 +0000 (16:26 +0100)
Fixes #12920

app/views/accounts/show.html.haml

index 9c26dbabce7f093009c8b59e10b2d154c2eb4955..c312fe2bdd5613e0543f3ea58c35650841b591d3 100644 (file)
@@ -2,8 +2,6 @@
   = "#{display_name(@account)} (@#{@account.local_username_and_domain})"
 
 - content_for :header_tags do
-  %meta{ name: 'description', content: account_description(@account) }/
-
   - if @account.user&.setting_noindex
     %meta{ name: 'robots', content: 'noindex, noarchive' }/