Progress
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
= render 'stream_entries/meta', stream_entry: @stream_entry, account: @account
|
||||
- elsif @account && @account.local?
|
||||
= render 'accounts/meta', account: @account, older_url: nil, newer_url: nil
|
||||
- else
|
||||
- description = strip_tags(t('about.about_gabsocial_html'))
|
||||
%meta{ name: 'description', content: description }/
|
||||
|
||||
%title= content_for?(:page_title) ? safe_join([yield(:page_title).chomp.html_safe, title], ' - ') : title
|
||||
|
||||
|
||||
Reference in New Issue
Block a user