From: Rico Hoppe Date: Wed, 29 May 2024 14:55:59 +0000 (+0000) Subject: static/*: use ogp module X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc157d42ef46f4193fa83ce439251c7da636ec8a;p=ipfire.org.git static/*: use ogp module Signed-off-by: Rico Hoppe --- diff --git a/src/templates/static/help.html b/src/templates/static/help.html index 861692c1..680c49df 100644 --- a/src/templates/static/help.html +++ b/src/templates/static/help.html @@ -3,22 +3,10 @@ {% block title %}{{ _("Help") }}{% end block %} {% block head %} - - - - - - - - - - - - - - - - + {% module OpenGraph( + title=_("IPFire - Get Help"), + description="Professional Support, Documentation, Community and Bug Reports All in One Place.", + ) %} {% end block %} {% block container %} diff --git a/src/templates/static/legal.html b/src/templates/static/legal.html index a3442d4d..d73d9b78 100644 --- a/src/templates/static/legal.html +++ b/src/templates/static/legal.html @@ -3,22 +3,10 @@ {% block title %}{{ _("Legal") }}{% end block %} {% block head %} - - - - - - - - - - - - - - - - + {% module OpenGraph( + title=_("IPFire - Legal"), + description="Imprint of The IPFire Project", + ) %} {% end block %} {% block container %} diff --git a/src/templates/static/partners.html b/src/templates/static/partners.html index a6c2bf2f..774c793d 100644 --- a/src/templates/static/partners.html +++ b/src/templates/static/partners.html @@ -3,22 +3,10 @@ {% block title %}{{ _("Our Partners") }}{% end block %} {% block head %} - - - - - - - - - - - - - - - - + {% module OpenGraph( + title=_("IPFire - Partners"), + description="Partners of The IPFire Project", + ) %} {% end block %} {% block container %} diff --git a/src/templates/static/sitemap.html b/src/templates/static/sitemap.html index 55fc0d8a..7288b408 100644 --- a/src/templates/static/sitemap.html +++ b/src/templates/static/sitemap.html @@ -3,22 +3,10 @@ {% block title %}{{ _("Sitemap") }}{% end block %} {% block head %} - - - - - - - - - - - - - - - - + {% module OpenGraph( + title=_("IPFire - Sitemap"), + description="Sitemap of ipfire.org - The official IPFire Project Website", + ) %} {% end block %} {% block container %}