Skip to content

Commit 8a67ec6

Browse files
committed
Fix small issue with Twitter meta
1 parent e51a1f8 commit 8a67ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/shared/_meta_tags.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
%meta{ property: 'og:site_name', content: 'codebar' }
77
%meta{ property: 'og:locale', content: 'en_GB' }
88
-# Only Twitter-specific tag needed
9-
%meta{ name: 'twitter:card', content: image_url('logo-square.png') }
9+
%meta{ name: 'twitter:card', content: 'summary_large_image' }

0 commit comments

Comments
 (0)