Shorten opengraph description
Shorten the opengraph description to be just the surah's name. The page's meta description remains the same.
This commit is contained in:
parent
5bd0973b0d
commit
4d5ddcbfe0
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ module Mixin::OpenGraph
|
|||
when "surah-stream.html.erb"
|
||||
surah = context.surah
|
||||
{title: t(context.locale, "TheNobleQuran"),
|
||||
description: t(context.locale, "meta.stream.description", surah_name: surah.name),
|
||||
description: surah.name,
|
||||
url: "https://al-quran.reflectslight.io/#{context.locale}/#{surah.slug}/",
|
||||
image: "https://al-quran.reflectslight.io/images/og/#{surah.id}.png"}
|
||||
when "redirect.html.erb", "surah-index.html.erb"
|
||||
|
|
Loading…
Reference in a new issue