Updated meta description to be tagline instead of about
• Updated: - meta description to be tagline instead of about
This commit is contained in:
parent
0075824720
commit
8aff80141b
@ -37,7 +37,7 @@
|
||||
- elsif @account && @account.local?
|
||||
= render 'accounts/meta', account: @account, older_url: nil, newer_url: nil
|
||||
- else
|
||||
- description = strip_tags(t('about.about_gabsocial_html'))
|
||||
- description = strip_tags(t('about.tagline'))
|
||||
%meta{ name: 'description', content: description }/
|
||||
|
||||
%title= content_for?(:page_title) ? safe_join([yield(:page_title).chomp.html_safe, title], ' - ') : title
|
||||
|
@ -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_gabsocial_html'))
|
||||
- description = strip_tags(@instance_presenter.site_short_description.presence || @instance_presenter.site_description.presence || t('about.tagline'))
|
||||
|
||||
%meta{ name: 'description', content: description }/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user