added open graph meta data to conference#show

This commit is contained in:
Sherri Mitchell 2016-09-04 21:50:32 -04:00
parent c48c8afa51
commit a696d64458
2 changed files with 10 additions and 1 deletions

View file

@ -5,6 +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) : ('')
= stylesheet_link_tag "application", :media => "all"
= javascript_include_tag "application"