Add og:description meta tag

This commit is contained in:
Petko Bordjukov 2022-09-13 15:02:54 +03:00
parent 7489b56395
commit 23b0e75872
1 changed files with 2 additions and 1 deletions

View File

@ -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">