Browse Source

Fix duplicate “description” meta tag on accounts public pages (#12923)

Fixes #12920
master
ThibG 4 years ago
committed by Eugen Rochko
parent
commit
40852b84bd
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      app/views/accounts/show.html.haml

+ 0
- 2
app/views/accounts/show.html.haml View 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' }/

Loading…
Cancel
Save