From: Rico Hoppe Date: Fri, 10 May 2024 19:00:50 +0000 (+0000) Subject: fireinfo: add ogp metadata to every page X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ceedcd4ecb5d984d1db3b333c136575e171f8006;p=ipfire.org.git fireinfo: add ogp metadata to every page * driver, index, processors, profile, releases, vendor, vendors Signed-off-by: Rico Hoppe --- diff --git a/src/templates/fireinfo/driver.html b/src/templates/fireinfo/driver.html index 10a4b752..939d3400 100644 --- a/src/templates/fireinfo/driver.html +++ b/src/templates/fireinfo/driver.html @@ -2,6 +2,25 @@ {% block title %}{{ driver }}{% end block %} +{% block head %} + + + + + + + + + + + + + + + + +{% end block %} + {% block container %}
diff --git a/src/templates/fireinfo/index.html b/src/templates/fireinfo/index.html index 0ce96926..51f99689 100644 --- a/src/templates/fireinfo/index.html +++ b/src/templates/fireinfo/index.html @@ -2,6 +2,25 @@ {% block title %}{{ _("Fireinfo") }}{% end block %} +{% block head %} + + + + + + + + + + + + + + + + +{% end block %} + {% block container %}
diff --git a/src/templates/fireinfo/processors.html b/src/templates/fireinfo/processors.html index 05aba9b1..bb8c9241 100644 --- a/src/templates/fireinfo/processors.html +++ b/src/templates/fireinfo/processors.html @@ -2,6 +2,25 @@ {% block title %}{{ _("Processors") }}{% end block %} +{% block head %} + + + + + + + + + + + + + + + + +{% end block %} + {% block container %} {% set map = backend.fireinfo.get_cpu_flags_map(when=when) %} diff --git a/src/templates/fireinfo/profile.html b/src/templates/fireinfo/profile.html index 5ee46c1f..62af2ece 100644 --- a/src/templates/fireinfo/profile.html +++ b/src/templates/fireinfo/profile.html @@ -2,6 +2,25 @@ {% block title %}{{ _("Profile %s") % profile.public_id }}{% end block %} +{% block head %} + + + + + + + + + + + + + + + + +{% end block %} + {% block container %}
diff --git a/src/templates/fireinfo/releases.html b/src/templates/fireinfo/releases.html index 43864f4d..55931e92 100644 --- a/src/templates/fireinfo/releases.html +++ b/src/templates/fireinfo/releases.html @@ -2,6 +2,25 @@ {% block title %}{{ _("Releases") }}{% end block %} +{% block head %} + + + + + + + + + + + + + + + + +{% end block %} + {% block container %}
diff --git a/src/templates/fireinfo/vendor.html b/src/templates/fireinfo/vendor.html index 637f6ff9..3e1d59b1 100644 --- a/src/templates/fireinfo/vendor.html +++ b/src/templates/fireinfo/vendor.html @@ -2,6 +2,25 @@ {% block title %}{{ vendor_name }}{% end block %} +{% block head %} + + + + + + + + + + + + + + + + +{% end block %} + {% block container %}
diff --git a/src/templates/fireinfo/vendors.html b/src/templates/fireinfo/vendors.html index 33dca376..161fa1d8 100644 --- a/src/templates/fireinfo/vendors.html +++ b/src/templates/fireinfo/vendors.html @@ -2,6 +2,25 @@ {% block title %}{{ _("Vendors") }}{% end block %} +{% block head %} + + + + + + + + + + + + + + + + +{% end block %} + {% block container %}