From: Rico Hoppe Date: Wed, 29 May 2024 14:59:26 +0000 (+0000) Subject: docs/diff: use ogp module X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=65dfe0af1b7509ee22f1da23e6725dab8a3a66b0;p=ipfire.org.git docs/diff: use ogp module Signed-off-by: Rico Hoppe --- diff --git a/src/templates/docs/diff.html b/src/templates/docs/diff.html index 18cb5e75..0f1f23d4 100644 --- a/src/templates/docs/diff.html +++ b/src/templates/docs/diff.html @@ -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 %}