Commit 99dc1fce authored by Robert Speicher's avatar Robert Speicher

Use `request.fullpath` for `og:url` tag

parent c6d25083
......@@ -11,7 +11,7 @@
%meta{property: 'og:title', content: page_title}
%meta{property: 'og:description', content: page_description}
%meta{property: 'og:image', content: page_image}
%meta{property: 'og:url', content: url_for(only_path: false)}
%meta{property: 'og:url', content: request.base_url + request.fullpath}
%title= page_title
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment