]> git.ipfire.org Git - ipfire.org.git/commitdiff
users/groups/index: add ogp metadata
authorRico Hoppe <rico.hoppe@ipfire.org>
Sat, 11 May 2024 14:01:38 +0000 (14:01 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 3 Jun 2024 14:05:09 +0000 (14:05 +0000)
Signed-off-by: Rico Hoppe <rico.hoppe@ipfire.org>
src/templates/users/groups/index.html

index eb695fb81d0c69af81dadf8b9465c32a9ab744d1..1714a06ce649515cc4f818008a1d36f27ea13bcd 100644 (file)
@@ -2,6 +2,25 @@
 
 {% block title %}{{ _("Groups") }}{% end block %}
 
+{% block head %}
+    <!-- HTML Meta Tags -->
+    <meta name="description" content={{ _("IPFire - Groups") }}>
+    <!-- Facebook Meta Tags -->
+    <meta property="og:url" content="https://www.ipfire.org/users/groups">
+    <meta property="og:type" content="website">
+    <meta property="og:title" content="Groups Help Organising Our Staff - IPFire">
+    <meta property="og:description" content="Subscribe and you will receive important emails from the IPFire Project">
+    <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/users/groups">
+    <meta name="twitter:title" content="www.ipfire.org - Groups Help Organising Our Staff">
+    <meta name="twitter:description" content="Subscribe and you will receive important emails from the IPFire Project">
+    <meta name="twitter:image" content="https://www.ipfire.org/{{ static_url("img/ipfire-tux.png") }}">
+{% end block %}
+
 {% block container %}
        <section class="hero is-dark">
                <div class="hero-body">