]> git.ipfire.org Git - ipfire.org.git/commitdiff
docs/diff: use ogp module
authorRico Hoppe <rico.hoppe@ipfire.org>
Wed, 29 May 2024 14:59:26 +0000 (14:59 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 3 Jun 2024 14:05:32 +0000 (14:05 +0000)
Signed-off-by: Rico Hoppe <rico.hoppe@ipfire.org>
src/templates/docs/diff.html

index 18cb5e75a82a2747776b6cba3cd736347037d540..0f1f23d4b77d93466bb8cde6220066961633809f 100644 (file)
@@ -2,6 +2,12 @@
 
 {% block title %}{{ _("Differences in Revisions") }} - {{ page.title }}{% end block %}
 
+{% block head %}
+       {% module OpenGraph(
+               title=_("IPFire Documentation - Diff of %s" % page.title),
+               description="View Differences in Revisions of: %s" % page.title,
+       ) %}
+
 {% block main %}
        <div class="container">
                <section class="section">