1
0
Fork 0
forked from gitea/nas

Fix punycode being rendered instead of unicode in some places (#13030)

This commit is contained in:
Eugen Rochko 2020-02-03 18:44:54 +01:00 committed by GitHub
parent c31d61d7f2
commit c253f5c57e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -10,4 +10,4 @@
= opengraph 'og:image:width', '120'
= opengraph 'og:image:height', '120'
= opengraph 'twitter:card', 'summary'
= opengraph 'profile:username', account.local_username_and_domain
= opengraph 'profile:username', acct(account)[1..-1]

View file

@ -1,5 +1,5 @@
- content_for :page_title do
= "#{display_name(@account)} (@#{@account.local_username_and_domain})"
= "#{display_name(@account)} (#{acct(@account)})"
- content_for :header_tags do
- if @account.user&.setting_noindex