]> git.ipfire.org Git - ipfire.org.git/commitdiff
about: use ogp module
authorRico Hoppe <rico.hoppe@ipfire.org>
Tue, 28 May 2024 16:22:37 +0000 (16:22 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 3 Jun 2024 14:05:10 +0000 (14:05 +0000)
Signed-off-by: Rico Hoppe <rico.hoppe@ipfire.org>
src/templates/static/about.html

index 9acbde81a7fd343dcc6178d8f64798f7fe729840..a8d7b422561a38823c7d3a8ffed6923017d2479a 100644 (file)
@@ -3,22 +3,10 @@
 {% block title %}{{ _("About IPFire") }}{% end block %}
 
 {% block head %}
-    <!-- HTML Meta Tags -->
-    <meta name="description" content={{ _("IPFire - About") }}>
-    <!-- Facebook Meta Tags -->
-    <meta property="og:url" content="https://www.ipfire.org/about">
-    <meta property="og:type" content="website">
-    <meta property="og:title" content="About - IPFire">
-    <meta property="og:description" content="IPFire_ is the world's leading Open Source firewall distribution. Businesses across the world have chosen to put their trust in our versatile, feature-rich solution with its easy-to-use web management console. Why not join them today?">
-    <meta property="og:image" content="https://www.ipfire.org/{{ static_url("img/ipfire-tux.png") }}">
-
-    <!-- Twitter Meta Tags -->
-    <meta name="twitter:card" content="summary_large_image">
-    <meta property="twitter:domain" content="ipfire.org">
-    <meta property="twitter:url" content="https://www.ipfire.org/about">
-    <meta name="twitter:title" content="www.ipfire.org - About">
-    <meta name="twitter:description" content="IPFire_ is the world's leading Open Source firewall distribution. Businesses across the world have chosen to put their trust in our versatile, feature-rich solution with its easy-to-use web management console. Why not join them today?">
-    <meta name="twitter:image" content="https://www.ipfire.org/{{ static_url("img/ipfire-tux.png") }}">
+       {% module OpenGraph(
+               title=_("About IPFire"),
+               description="IPFire_ is the world's leading Open Source firewall distribution. Businesses across the world have chosen to put their trust in our versatile, feature-rich solution with its easy-to-use web management console. Why not join them today?",
+       ) %}
 {% end block %}
 
 {% block container %}