Ver a proveniência

fix presented og:url is incorrect (#5320)

master
takayamaki há 6 anos
committed by Eugen Rochko
ascendente
cometimento
27101f1beb
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      app/views/shared/_og.html.haml

+ 1
- 1
app/views/shared/_og.html.haml Ver ficheiro

@@ -1,6 +1,6 @@
- thumbnail = @instance_presenter.thumbnail
= opengraph 'og:site_name', t('about.hosted_on', domain: site_hostname)
= opengraph 'og:url', about_url
= opengraph 'og:url', url_for(only_path: false)
= opengraph 'og:type', 'website'
= opengraph 'og:title', @instance_presenter.site_title
= opengraph 'og:description', strip_tags(@instance_presenter.site_description.presence || t('about.about_mastodon_html'))


Carregando…
Cancelar
Guardar