From 5b0e8c926bdd121c938b79be173fc93c102f0187 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 3 Jun 2024 14:19:56 +0000 Subject: [PATCH] index: Fix OG tags Signed-off-by: Michael Tremer --- src/templates/index.html | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) 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 %} -- 2.47.3