From: Michael Tremer Date: Mon, 3 Jun 2024 14:19:56 +0000 (+0000) Subject: index: Fix OG tags X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b0e8c926bdd121c938b79be173fc93c102f0187;p=ipfire.org.git index: Fix OG tags Signed-off-by: Michael Tremer --- diff --git a/src/templates/index.html b/src/templates/index.html index 5e7e6456..a50fd965 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -4,20 +4,10 @@ - - - - - - - - - - - - - - + {% module OpenGraph( + title=_("Welcome To IPFire! - More Than A Firewall"), + description=_("The Open Source Linux-based Firewall Operating System with a Comprehensive Feature Set"), + ) %} {% end block %}