mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
Conflicts: - `app/views/wrapstodon/show.html.haml`: Conflict because of glitch-soc's theming system. Applied upstream's changes.
21 lines
770 B
Plaintext
21 lines
770 B
Plaintext
- content_for :page_title, t('wrapstodon.title', name: display_name(@account), year: @generated_annual_report.year)
|
|
|
|
- content_for :header_tags do
|
|
%meta{ name: 'robots', content: 'noindex, noarchive' }/
|
|
|
|
= opengraph 'og:site_name', site_title
|
|
= opengraph 'og:type', 'article'
|
|
= opengraph 'og:title', t('wrapstodon.title', name: display_name(@account), year: @generated_annual_report.year)
|
|
= opengraph 'profile:username', acct(@account)[1..]
|
|
|
|
= render 'og_description', account: @account
|
|
= render 'og_image', report: @generated_annual_report
|
|
|
|
= render_initial_state
|
|
= flavoured_vite_typescript_tag 'wrapstodon.tsx', crossorigin: 'anonymous'
|
|
|
|
- content_for :html_classes, 'theme-dark'
|
|
|
|
#wrapstodon
|
|
= render_wrapstodon_share_data @generated_annual_report
|