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:
0x1eef 2024-05-19 18:01:16 -03:00
parent 5bd0973b0d
commit 4d5ddcbfe0

View file

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