From 41a88e20e5c0fdff8015cd6bf045906401e646c5 Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Sat, 11 May 2024 10:36:59 +0000 Subject: [PATCH] static: add ogp metadata to all pages * about, help, legal, partners, sitemap Signed-off-by: Rico Hoppe --- src/templates/static/about.html | 19 ++++++++++ src/templates/static/help.html | 19 ++++++++++ src/templates/static/legal.html | 21 +++++++++- src/templates/static/partners.html | 19 ++++++++++ src/templates/static/sitemap.html | 61 ++++++++++++++++++++---------- 5 files changed, 117 insertions(+), 22 deletions(-) diff --git a/src/templates/static/about.html b/src/templates/static/about.html index e0633993..f224697c 100644 --- a/src/templates/static/about.html +++ b/src/templates/static/about.html @@ -2,6 +2,25 @@ {% block title %}{{ _("About IPFire") }}{% end block %} +{% block head %} + + + + + + + + + + + + + + + + +{% end block %} + {% block container %}
diff --git a/src/templates/static/help.html b/src/templates/static/help.html index 05c70e64..43fb5239 100644 --- a/src/templates/static/help.html +++ b/src/templates/static/help.html @@ -2,6 +2,25 @@ {% block title %}{{ _("Help") }}{% end block %} +{% block head %} + + + + + + + + + + + + + + + + +{% end block %} + {% block container %}
diff --git a/src/templates/static/legal.html b/src/templates/static/legal.html index 09aa31c2..e8163c1a 100644 --- a/src/templates/static/legal.html +++ b/src/templates/static/legal.html @@ -2,6 +2,25 @@ {% block title %}{{ _("Legal") }}{% end block %} +{% block head %} + + + + + + + + + + + + + + + + +{% end block %} + {% block container %}
@@ -25,7 +44,7 @@

Information in accordance with section 5 TMG and - persons responsible for content in accordance with 55 Section. 2 RStV + persons responsible for content in accordance with 55 Section 2 RStV

diff --git a/src/templates/static/partners.html b/src/templates/static/partners.html index 6571cecc..48c0c03f 100644 --- a/src/templates/static/partners.html +++ b/src/templates/static/partners.html @@ -2,6 +2,25 @@ {% block title %}{{ _("Our Partners") }}{% end block %} +{% block head %} + + + + + + + + + + + + + + + + +{% end block %} + {% block container %}
diff --git a/src/templates/static/sitemap.html b/src/templates/static/sitemap.html index 30fd1e08..33b9c3fd 100644 --- a/src/templates/static/sitemap.html +++ b/src/templates/static/sitemap.html @@ -2,11 +2,30 @@ {% block title %}{{ _("Sitemap") }}{% end block %} +{% block head %} + + + + + + + + + + + + + + + + +{% end block %} + {% block container %}
-

{{ _("Projects") }}

+

{{ _("Projects") }}

@@ -38,7 +57,7 @@
-

{{ _("Support") }}

+

{{ _("Support") }}

@@ -70,7 +89,7 @@

By Our Community

- {{ _("IPFire Community") }} + {{ _("IPFire Community") }}

@@ -81,7 +100,7 @@

Together Is Stronger

- {{ _("Our Partners") }} + {{ _("Our Partners") }}

@@ -94,7 +113,7 @@
-

{{ _("Development") }}

+

{{ _("Development") }}

@@ -124,7 +143,7 @@

lists.ipfire.org

- {{ _("Mailing Lists") }} + {{ _("Mailing Lists") }}

@@ -135,7 +154,7 @@

bugzilla.ipfire.org

- {{ _("Bugtracker") }} + {{ _("Bugtracker") }}

@@ -146,7 +165,7 @@

patchwork.ipfire.org

- {{ _("Patches") }} + {{ _("Patches") }}

@@ -157,7 +176,7 @@

translate.ipfire.org

- {{ _("Translate") }} + {{ _("Translate") }}

@@ -168,7 +187,7 @@

man-pages.ipfire.org

- {{ _("Man Pages") }} + {{ _("Man Pages") }}

@@ -179,7 +198,7 @@

nightly.ipfire.org

- {{ _("Nightly Builds") }} + {{ _("Nightly Builds") }}

@@ -191,7 +210,7 @@
-

{{ _("Infrastructure") }}

+

{{ _("Infrastructure") }}

@@ -199,7 +218,7 @@

mail.ipfire.org

- {{ _("Web Mail") }} + {{ _("Web Mail") }}

@@ -210,7 +229,7 @@

social.ipfire.org

- {{ _("Mastodon") }} + {{ _("Mastodon") }}

@@ -221,7 +240,7 @@

{{ _("Around the Globe") }}

- {{ _("Mirrors") }} + {{ _("Mirrors") }}

@@ -233,7 +252,7 @@

Telephony

- {{ _("VoIP") }} + {{ _("VoIP") }}

-- 2.47.2