From: Michael Tremer Date: Mon, 3 Jun 2024 14:24:49 +0000 (+0000) Subject: fireinfo: Fix OpenGraph tags X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75dfa2827dc53e7cb707f3fc526ef1286db5b4b9;p=ipfire.org.git fireinfo: Fix OpenGraph tags Signed-off-by: Michael Tremer --- diff --git a/src/templates/fireinfo/releases.html b/src/templates/fireinfo/releases.html index 10e9b380..c7e6d2b8 100644 --- a/src/templates/fireinfo/releases.html +++ b/src/templates/fireinfo/releases.html @@ -3,22 +3,9 @@ {% block title %}{{ _("Releases") }}{% end block %} {% block head %} - - - - - - - - - - - - - - - - + {% module OpenGraph( + title=_("Fireinfo - Releases"), + ) %} {% end block %} {% block container %} diff --git a/src/templates/fireinfo/vendor.html b/src/templates/fireinfo/vendor.html index 8a521e49..fdf96013 100644 --- a/src/templates/fireinfo/vendor.html +++ b/src/templates/fireinfo/vendor.html @@ -3,22 +3,9 @@ {% block title %}{{ vendor_name }}{% end block %} {% block head %} - - - - - - - - - - - - - - - - + {% module OpenGraph( + title=_("Fireinfo - Vendors - %s") % vendor_name, + ) %} {% end block %} {% block container %}