Fixes an issue with canonical urls for sharing conference#show with Facebook and other social media sites

This commit is contained in:
Sherri Mitchell 2016-09-15 20:42:00 -04:00
parent 5cdf397b2f
commit b1f4d7c66e
2 changed files with 7 additions and 6 deletions

View file

@ -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"