From: Rico Hoppe Date: Tue, 28 May 2024 16:22:37 +0000 (+0000) Subject: about: use ogp module X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a950ff66fe7461f02f767521afbaec0da3146d8d;p=ipfire.org.git about: use ogp module Signed-off-by: Rico Hoppe --- diff --git a/src/templates/static/about.html b/src/templates/static/about.html index 9acbde81..a8d7b422 100644 --- a/src/templates/static/about.html +++ b/src/templates/static/about.html @@ -3,22 +3,10 @@ {% block title %}{{ _("About IPFire") }}{% end block %} {% block head %} - - - - - - - - - - - - - - - - + {% module OpenGraph( + title=_("About IPFire"), + description="IPFire_ is the world's leading Open Source firewall distribution. Businesses across the world have chosen to put their trust in our versatile, feature-rich solution with its easy-to-use web management console. Why not join them today?", + ) %} {% end block %} {% block container %}