Skip to content

Commit 096c6ab

Browse files
authored
Merge pull request #2417 from gnclmorais/improve-homepage-sharing-img
Improve sharing image for codebar homepage
2 parents 6e56c17 + e58c2b9 commit 096c6ab

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
@@ -1,7 +1,7 @@
11
%meta{ property: 'og:title', content: 'codebar' }
22
%meta{ property: 'og:type', content: 'website' }
33
%meta{ property: 'og:url', content: request.original_url }
4-
%meta{ property: 'og:image', content: image_url('logo-square.png') }
4+
%meta{ property: 'og:image', content: image_url('codebar-social.jpg') }
55
%meta{ property: 'og:description', content: 'Making tech more diverse and welcoming by bringing people together and helping teach programming skills.' }
66
%meta{ property: 'og:site_name', content: 'codebar' }
77
%meta{ property: 'og:locale', content: 'en_GB' }

0 commit comments

Comments
 (0)