Add og:description meta tag
This commit is contained in:
parent
7489b56395
commit
23b0e75872
|
@ -5,6 +5,7 @@
|
|||
<%= stylesheet_link_tag 'application', media: 'all' %>
|
||||
<%= javascript_include_tag 'application' %>
|
||||
<%= csrf_meta_tags %>
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@openfestbg">
|
||||
<meta name="twitter:title" content="<%= t 'generic.title' %>">
|
||||
|
@ -14,7 +15,7 @@
|
|||
<meta property="og:url" content="https://vote.openfest.org/" />
|
||||
<meta property="og:title" content="<%= t 'generic.title' %>">
|
||||
<meta property="og:image" content="<%= image_url 'openfest-splash.png' %>">
|
||||
|
||||
<meta property="og:description" content="<%= t 'generic.help_us_reduce_the_conflicts' %>">
|
||||
</head>
|
||||
<body class="size-small in-list halfnarp">
|
||||
|
||||
|
|
Loading…
Reference in New Issue