From: Rico Hoppe Date: Wed, 29 May 2024 13:58:29 +0000 (+0000) Subject: downloads/cloud, mirrors, release: use ogp module X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc362a0c21a6f6be1918b74a2a65a5dfb18f5707;p=ipfire.org.git downloads/cloud, mirrors, release: use ogp module Signed-off-by: Rico Hoppe --- diff --git a/src/templates/downloads/cloud.html b/src/templates/downloads/cloud.html index 98524cb2..0c00fb25 100644 --- a/src/templates/downloads/cloud.html +++ b/src/templates/downloads/cloud.html @@ -3,22 +3,10 @@ {% block title %}{{ _("Cloud") }}{% end block %} {% block head %} - - - - - - - - - - - - - - - - + {% module OpenGraph( + title=_("IPFire - Cloud"), + description="Explore IPFire in the Cloud. Enhance your cybersecurity measures by deploying IPFire in the cloud with one of our reliable partners.", + ) %} {% end block %} {% block container %} diff --git a/src/templates/downloads/mirrors.html b/src/templates/downloads/mirrors.html index dd386605..4020a2ef 100644 --- a/src/templates/downloads/mirrors.html +++ b/src/templates/downloads/mirrors.html @@ -3,22 +3,10 @@ {% block title %}{{ _("Mirrors") }}{% end block %} {% block head %} - - - - - - - - - - - - - - - - + {% module OpenGraph( + title=_("IPFire - Mirrors"), + description=_("IPFire Downloads from various Mirrors in many different Countries all around the Globe, sponsored by diverse organizations, ensure global accessibility for all"), + ) %} {% end block %} {% block container %} diff --git a/src/templates/downloads/release.html b/src/templates/downloads/release.html index 9ff42de6..d788762a 100644 --- a/src/templates/downloads/release.html +++ b/src/templates/downloads/release.html @@ -2,6 +2,13 @@ {% block title %}{{ release }}{% end block %} +{% block head %} + {% module OpenGraph( + title=release, + description=_("Download %s here") % release, + ) %} +{% end block %} + {% block container %}