Added Open Graph attributes to layout (#815)

This commit is contained in:
Ahmad Farhat 2019-10-10 15:29:02 -04:00 committed by Jesus Federico
parent c14f4dc31c
commit e0a4d485bf
1 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,12 @@
<% end %>
<title><%= t("bigbluebutton") %></title>
<meta property="og:title" content="<%= t("bigbluebutton", locale: :en) %>" />
<meta property="og:type" content="website" />
<meta property="og:description" content="<%= t("landing.about", href: "Greenlight", locale: :en) %>" />
<meta property="og:url" content="<%= request.base_url %>" />
<meta property="og:image" content="<%= logo_image %>" />
<%= csrf_meta_tags %>
<!-- Global javascript variables and helpers. -->