Fixes an issue with canonical urls for sharing conference#show with Facebook and other social media sites
This commit is contained in:
parent
5cdf397b2f
commit
b1f4d7c66e
2 changed files with 7 additions and 6 deletions
|
|
@ -5,7 +5,7 @@
|
|||
%title= content_for?(:title) ? yield(:title) : (ENV['OSEM_NAME'] || 'OSEM')
|
||||
%meta{:content => "", :name => "description"}
|
||||
%meta{:content => "", :name => "author"}
|
||||
%meta= content_for?(:head) ? yield(:head) : ('')
|
||||
= content_for?(:head) ? yield(:head) : ('')
|
||||
= stylesheet_link_tag "application", :media => "all"
|
||||
= javascript_include_tag "application"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue