Merge branch 'main' into production
This commit is contained in:
commit
70aff92e72
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module Mixin::OpenGraph
|
||||||
case context.filename
|
case context.filename
|
||||||
when "stream.html.erb"
|
when "stream.html.erb"
|
||||||
{title: t(context.locale, "TheNobleQuran"),
|
{title: t(context.locale, "TheNobleQuran"),
|
||||||
description: t(context.locale, "meta.stream.description"),
|
description: t(context.locale, "meta.stream.description", surah_name: context.surah.name),
|
||||||
url: "https://al-quran.reflectslight.io/#{context.locale}/#{context.surah.slug}/",
|
url: "https://al-quran.reflectslight.io/#{context.locale}/#{context.surah.slug}/",
|
||||||
image: "https://al-quran.reflectslight.io/images/opengraph/#{context.surah.id}.png"}
|
image: "https://al-quran.reflectslight.io/images/opengraph/#{context.surah.id}.png"}
|
||||||
when "index.html.erb"
|
when "index.html.erb"
|
||||||
|
|
Loading…
Reference in a new issue