Merge branch 'main' into production
This commit is contained in:
commit
93e1898382
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<meta property="og:type" content="website"/>
|
||||
<meta property="og:title" content="<%= title %>"/>
|
||||
<meta property="og:description" content="<%= description %>"/>
|
||||
<meta property="og:description" content='<%= description %>'/>
|
||||
<meta property="og:url" content="<%= url %>"/>
|
||||
<meta property="og:image" content="<%= image %>"/>
|
||||
<meta property="og:image:type" content="image/png"/>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<%= inline_css('/css/postman.css') %>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="description" content="<%= t(context.locale, 'meta.stream.description', {surah_name: context.surah.name}) %>">
|
||||
<meta name="description" content='<%= t(context.locale, 'meta.stream.description', {surah_name: context.surah.name}) %>'>
|
||||
<%= erb("partials/favicon.html.erb") %>
|
||||
<link
|
||||
rel="canonical"
|
||||
|
|
Loading…
Reference in a new issue