From 2bf31c0b019154832394bc59b0ce935965d1a4d7 Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Wed, 29 May 2024 14:59:26 +0000 Subject: [PATCH] docs/diff: use ogp module Signed-off-by: Rico Hoppe --- src/templates/docs/diff.html | 6 ++++++ 1 file changed, 6 insertions(+) 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 %}
-- 2.47.2