]> git.ipfire.org Git - ipfire.org.git/commitdiff
location: Update OpenGraph
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 3 Jun 2024 14:08:17 +0000 (14:08 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 3 Jun 2024 14:08:17 +0000 (14:08 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/location/how-to-use/cli.html
src/templates/location/how-to-use/dns.html
src/templates/location/how-to-use/index.html
src/templates/location/how-to-use/python.html
src/templates/location/install.html
src/templates/location/report-a-problem.html

index 03568c9b65e674507bec21714dabce4038e909e9..4504149a850acb2f2fa6892dd1c020e928017804 100644 (file)
@@ -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 %}
        <section class="hero is-light">
                <div class="hero-body">
index ffee9650baa7d969b8ca357819cd2897fe62dc54..6477cfb499cccf63bea16239f32f6db48ca8fe65 100644 (file)
@@ -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 %}
        <section class="hero is-light">
                <div class="hero-body">
index df3e1c4ed3e38f892e9825e10f9e34cb9dfca625..be61aa08c9fa799048e8199f822cc1566e6947ab 100644 (file)
@@ -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 %}
        <section class="hero is-light">
                <div class="hero-body">
index 33e67a16657e8e8c2a2e463ae29158ccdd2c5b3b..48a737845548dfb889d3cf0343230ef23b277a26 100644 (file)
@@ -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 %}
        <section class="hero is-light">
                <div class="hero-body">
index d8cd45d89fd2617befdc20743d9d8a0140eb40e6..919da9235d98eec3ac61aa634cf234f2fff561ee 100644 (file)
@@ -2,6 +2,12 @@
 
 {% block title %}{{ _("Install IPFire Location") }}{% end block %}
 
+{% block head %}
+       {% module OpenGraph(
+               title=_("Install IPFire Location"),
+       ) %}
+{% end block %}
+
 {% block container %}
        <section class="hero is-light">
                <div class="hero-body">
index 9c1080e4f9de8ed0a8f854523517f1b717b52a01..9049ee61d4e7cf4d37a3941e6b388cdd6a755ea6 100644 (file)
@@ -2,6 +2,12 @@
 
 {% block title %}{{ _("Report A Problem") }}{% end block %}
 
+{% block head %}
+       {% module OpenGraph(
+               title=_("Report A Problem"),
+       ) %}
+{% end block %}
+
 {% block container %}
        <section class="hero is-light">
                <div class="hero-body">