]> git.ipfire.org Git - ipfire.org.git/commitdiff
docs/404: fix ogp metadata
authorRico Hoppe <rico.hoppe@ipfire.org>
Sat, 11 May 2024 13:55:38 +0000 (13:55 +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/docs/404.html

index 4e9daa94122d2ec1d2eed46a4841eb3b830d1ad5..b821b3d7fb10d9d9c814cef359b9bbe755844266 100644 (file)
@@ -8,7 +8,7 @@
     <!-- Facebook Meta Tags -->
     <meta property="og:url" content="https://www.ipfire.org/docs/404">
     <meta property="og:type" content="website">
-    <meta property="og:title" content="{{ page.title }} - IPFire">
+    <meta property="og:title" content="Create This Page Now - IPFire">
     <meta property="og:description" content="This page does not yet exist. You can create it now!">
     <meta property="og:image" content="https://www.ipfire.org/{{ static_url("img/ipfire-tux.png") }}">
 
@@ -16,7 +16,7 @@
     <meta name="twitter:card" content="summary_large_image">
     <meta property="twitter:domain" content="ipfire.org">
     <meta property="twitter:url" content="https://www.ipfire.org/docs/404">
-    <meta name="twitter:title" content="www.ipfire.org - {{ page.title }}">
+    <meta name="twitter:title" content="www.ipfire.org - Create This Page Now">
     <meta name="twitter:description" content="This page does not yet exist. You can create it now!">
     <meta name="twitter:image" content="https://www.ipfire.org/{{ static_url("img/ipfire-tux.png") }}">
 {% end block %}