This commit is contained in:
Sherri Mitchell 2016-09-29 12:23:05 +00:00 committed by GitHub
commit 844a31e55c
2 changed files with 9 additions and 0 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"}
= content_for?(:head) ? yield(:head) : ('')
= stylesheet_link_tag "application", :media => "all"
= javascript_include_tag "application"

View file

@ -1,3 +1,11 @@
- content_for :head do
%meta{ :property => "og:title", :content => @event.title }
%meta{ :property => "og:url", :content => conference_program_proposal_url(@conference.short_title, @event) }
%meta{ :property => "og:description", :content => @conference.description }
%meta{ :property => "og:site_name", :content => (ENV['OSEM_NAME'] || 'OSEM') }
- @conference[:picture]
%meta{property: "og:image:secure_url", content: @conference.picture_url}
.container
.row
.col-md-12.page-header