]> git.ipfire.org Git - ipfire.org.git/commitdiff
auth/password-reset: add ogp metadata
authorRico Hoppe <rico.hoppe@ipfire.org>
Thu, 4 Apr 2024 16:50:49 +0000 (16:50 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 3 Jun 2024 14:04:05 +0000 (14:04 +0000)
Signed-off-by: Rico Hoppe <rico.hoppe@ipfire.org>
src/templates/auth/password-reset.html

index f7cfc2f508243415daf49c759721c9b7da2a1d91..125e582252e418a63427264fd89ba00675ae5709 100644 (file)
@@ -2,6 +2,26 @@
 
 {% block title %}{{ _("Password Reset") }}{% end block %}
 
+{% block head %}
+       <!-- HTML Meta Tags -->
+       <meta name="description" content="IPFire Password Reset">
+
+       <!-- Facebook Meta Tags -->
+       <meta property="og:url" content="https://www.ipfire.org/password-reset">
+       <meta property="og:type" content="website">
+       <meta property="og:title" content="{{ page.title }} - IPFire">
+       <meta property="og:description" content="Forgot your IPFire Account password? No problem! Reset it here.">
+       <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/password-reset">
+       <meta name="twitter:title" content="www.ipfire.org - Password Reset">
+       <meta name="twitter:description" content="Forgot your IPFire Account password? No problem! Reset it here.">
+       <meta name="twitter:image" content="https://www.ipfire.org/{{ static_url("img/ipfire-tux.png") }}">
+{% end block %}
+
 {% block container %}
        <section class="section">
                <div class="container">
@@ -31,4 +51,4 @@
                        </div>
                </div>
        </section>
-{% end block %}
\ No newline at end of file
+{% end block %}