From: Michael Tremer Date: Mon, 3 Jun 2024 14:08:17 +0000 (+0000) Subject: location: Update OpenGraph X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f7f69761514a3f4fdb39ceb533ed4df53633c56;p=ipfire.org.git location: Update OpenGraph Signed-off-by: Michael Tremer --- diff --git a/src/templates/location/how-to-use/cli.html b/src/templates/location/how-to-use/cli.html index 03568c9b..4504149a 100644 --- a/src/templates/location/how-to-use/cli.html +++ b/src/templates/location/how-to-use/cli.html @@ -2,6 +2,12 @@ {% block title %}{{ _("How To Use?") }} - {{ _("Command Line") }}{% end block %} +{% block head %} + {% module OpenGraph( + title=_("How To Use IPFire Location On Command Line?"), + ) %} +{% end block %} + {% block container %}
diff --git a/src/templates/location/how-to-use/dns.html b/src/templates/location/how-to-use/dns.html index ffee9650..6477cfb4 100644 --- a/src/templates/location/how-to-use/dns.html +++ b/src/templates/location/how-to-use/dns.html @@ -2,6 +2,12 @@ {% block title %}{{ _("How To Use?") }} - {{ _("DNS") }}{% end block %} +{% block head %} + {% module OpenGraph( + title=_("How To Use IPFire Location Over DNS?"), + ) %} +{% end block %} + {% block container %}
diff --git a/src/templates/location/how-to-use/index.html b/src/templates/location/how-to-use/index.html index df3e1c4e..be61aa08 100644 --- a/src/templates/location/how-to-use/index.html +++ b/src/templates/location/how-to-use/index.html @@ -2,6 +2,12 @@ {% block title %}{{ _("How To Use?") }}{% end block %} +{% block head %} + {% module OpenGraph( + title=_("How To Use IPFire Location?"), + ) %} +{% end block %} + {% block container %}
diff --git a/src/templates/location/how-to-use/python.html b/src/templates/location/how-to-use/python.html index 33e67a16..48a73784 100644 --- a/src/templates/location/how-to-use/python.html +++ b/src/templates/location/how-to-use/python.html @@ -2,6 +2,12 @@ {% block title %}{{ _("How To Use?") }} - {{ _("Python") }}{% end block %} +{% block head %} + {% module OpenGraph( + title=_("How To Use IPFire Location in Python?"), + ) %} +{% end block %} + {% block container %}
diff --git a/src/templates/location/install.html b/src/templates/location/install.html index d8cd45d8..919da923 100644 --- a/src/templates/location/install.html +++ b/src/templates/location/install.html @@ -2,6 +2,12 @@ {% block title %}{{ _("Install IPFire Location") }}{% end block %} +{% block head %} + {% module OpenGraph( + title=_("Install IPFire Location"), + ) %} +{% end block %} + {% block container %}
diff --git a/src/templates/location/report-a-problem.html b/src/templates/location/report-a-problem.html index 9c1080e4..9049ee61 100644 --- a/src/templates/location/report-a-problem.html +++ b/src/templates/location/report-a-problem.html @@ -2,6 +2,12 @@ {% block title %}{{ _("Report A Problem") }}{% end block %} +{% block head %} + {% module OpenGraph( + title=_("Report A Problem"), + ) %} +{% end block %} + {% block container %}