From: Rico Hoppe Date: Wed, 29 May 2024 14:56:59 +0000 (+0000) Subject: nopaste/view: use ogp module X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df66878334d94525bb9deb9979538f4d884a38f0;p=ipfire.org.git nopaste/view: use ogp module Signed-off-by: Rico Hoppe --- diff --git a/src/templates/nopaste/view.html b/src/templates/nopaste/view.html index f8026707..0791e743 100644 --- a/src/templates/nopaste/view.html +++ b/src/templates/nopaste/view.html @@ -3,22 +3,10 @@ {% block title %}{{ paste }}{% end block %} {% block head %} - - - - - - - - - - - - - - - - + {% module OpenGraph( + title=_("IPFire Nopaste - %s" % paste), + description="View %s" % paste.subject or _("Paste"), + ) %} {% end block %} {% block container %}