Skip to content

Commit a410692

Browse files
committed
OpenGraph URL fix
1 parent 6be8155 commit a410692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/layouts/application.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
%meta{ property: 'og:site_name', content: 'codebar' }
1111
%meta{ name: 'keywords', content: 'codebar, programming, diversity, html, css, javascript, ruby, python' }
1212
%meta{ property: 'og:image', content: image_url('logo-square.png') }
13-
%meta{ property: 'og:url', content: "https://codebar.io#{url_for(nil)}" }
13+
%meta{ property: 'og:url', content: request.original_url }
1414
%meta{ property: 'og:title', content: 'codebar' }
1515
%meta{ property: 'og:description', content: 'Making tech more diverse and welcoming by bringing people together and helping teach programming skills.' }
1616
%meta{ name: 'description', content: 'Making tech more diverse and welcoming by bringing people together and helping teach programming skills.' }

0 commit comments

Comments
 (0)