]> git.ipfire.org Git - ipfire.org.git/commitdiff
docs/tree: fix ogp metadata
authorRico Hoppe <rico.hoppe@ipfire.org>
Tue, 28 May 2024 11:14:42 +0000 (11:14 +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/tree.html

index 58b017cd01e6980475178c39e91659ee6afbb66c..15228ce3125cee296bc1f92fc871e431ededab87 100644 (file)
@@ -8,7 +8,7 @@
     <!-- Facebook Meta Tags -->
     <meta property="og:url" content="https://www.ipfire.org/docs/tree">
     <meta property="og:type" content="website">
-    <meta property="og:title" content="{{ page.title }} - IPFire">
+    <meta property="og:title" content="Tree - IPFire Documentation">
     <meta property="og:description" content="View a list of all pages, well structured in a tree">
     <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/tree">
-    <meta name="twitter:title" content="www.ipfire.org - {{ page.title }}">
+    <meta name="twitter:title" content="www.ipfire.org - Tree">
     <meta name="twitter:description" content="View a list of all pages, well structured in a tree">
     <meta name="twitter:image" content="https://www.ipfire.org/{{ static_url("img/ipfire-tux.png") }}">
 {% end block %}