diff options
author | ThibG <thib@sitedethib.com> | 2020-01-22 16:26:23 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2020-01-22 16:26:23 +0100 |
commit | 40852b84bd896fd2f81e8f7dd45f70b121ba70fd (patch) | |
tree | c389231041eb94cbe7c9d3842a2e9fb3334ed89c /app/views | |
parent | 619da5a4dc00e51d28b29bfe5230125a78c1fac9 (diff) |
Fix duplicate “description” meta tag on accounts public pages (#12923)
Fixes #12920
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/accounts/show.html.haml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/accounts/show.html.haml b/app/views/accounts/show.html.haml index 9c26dbabc..c312fe2bd 100644 --- a/app/views/accounts/show.html.haml +++ b/app/views/accounts/show.html.haml @@ -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' }/ |