forked from External/greenlight
Added Open Graph attributes to layout (#815)
This commit is contained in:
parent
c14f4dc31c
commit
e0a4d485bf
|
@ -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. -->
|
||||
|
|
Loading…
Reference in New Issue