Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/views/layouts/_meta.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%meta{ property: 'og:locale', content: 'en_GB' }
%meta{ property: 'og:site_name', content: 'codebar' }
%meta{ name: 'keywords', content: 'codebar, programming, diversity, html, css, javascript, ruby, python' }
%meta{ property: 'og:image', content: 'https://codebar.io/images/logo-square.png' }
%meta{ property: 'og:image', content: image_url('logo-square.png') }
%meta{ property: 'og:url', content: "https://codebar.io#{url_for(nil)}" }
%meta{ property: 'og:title', content: 'codebar' }
%meta{ property: 'og:description', content: 'Making tech more diverse and welcoming by bringing people together and helping teach programming skills.' }
Expand Down