Skip to content
Snippets Groups Projects
Commit 92bd5f62 authored by Eugen's avatar Eugen Committed by GitHub
Browse files

Merge pull request #417 from ineffyble/twitter-card-metadata

Twitter Cards support
parents 6917099a 819bfb75
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@
%meta{ property: 'og:image', content: asset_url('mastodon_small.jpg') }/
%meta{ property: 'og:image:width', content: '400' }/
%meta{ property: 'og:image:height', content: '400' }/
%meta{ property: 'twitter:card', content: 'summary' }/
.wrapper
%h1
......
......@@ -12,6 +12,7 @@
%meta{ property: 'og:image', content: full_asset_url(@account.avatar.url(:original)) }/
%meta{ property: 'og:image:width', content: '120' }/
%meta{ property: 'og:image:height', content: '120' }/
%meta{ property: 'twitter:card', content: 'summary' }/
= render partial: 'header'
......
......@@ -14,5 +14,7 @@
%meta{ property: 'og:image:width', content: '120' }/
%meta{ property: 'og:image:height', content: '120' }/
%meta{ property: 'twitter:card', content: 'summary' }/
.activity-stream.activity-stream-headless
= render partial: @type, locals: { @type.to_sym => @stream_entry.activity, include_threads: true }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment