From: Rico Hoppe Date: Fri, 10 May 2024 19:32:26 +0000 (+0000) Subject: location: add ogp metadata to all pages X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2767e2bb41aedbb6c3423d4facc569b07bc8d79d;p=people%2Fric9%2Fipfire.org.git location: add ogp metadata to all pages * download, how-to-use, index, lookup Signed-off-by: Rico Hoppe --- diff --git a/src/templates/location/download.html b/src/templates/location/download.html index f826d25a..3cfadac1 100644 --- a/src/templates/location/download.html +++ b/src/templates/location/download.html @@ -2,6 +2,25 @@ {% block title %}{{ _("Download") }}{% end block %} +{% block head %} + + + + + + + + + + + + + + + + +{% end block %} + {% block container %}
diff --git a/src/templates/location/how-to-use.html b/src/templates/location/how-to-use.html index ddc75bee..569cc123 100644 --- a/src/templates/location/how-to-use.html +++ b/src/templates/location/how-to-use.html @@ -2,6 +2,25 @@ {% block title %}{{ _("How To Use") }}{% end block %} +{% block head %} + + + + + + + + + + + + + + + + +{% end block %} + {% block container %}
diff --git a/src/templates/location/index.html b/src/templates/location/index.html index 6b62671f..9416a295 100644 --- a/src/templates/location/index.html +++ b/src/templates/location/index.html @@ -1,7 +1,22 @@ {% extends "../base.html" %} {% block head %} - + + + + + + + + + + + + + + + + {% end block %} {% block title %}{{ _("Welcome to IPFire Location") }}{% end block %} diff --git a/src/templates/location/lookup.html b/src/templates/location/lookup.html index 27d64b94..e75fd7a7 100644 --- a/src/templates/location/lookup.html +++ b/src/templates/location/lookup.html @@ -2,6 +2,25 @@ {% block title %}{{ _("Location of %s") % address }}{% end block %} +{% block head %} + + + + + + + + + + + + + + + + +{% end block %} + {% block container %}