{% extends "../base.html" %}
{% block head %}
- <!-- HTML Meta Tags -->
- <meta name="description" content="{{ _("IPFire Location") }}">
- <!-- Facebook Meta Tags -->
- <meta property="og:url" content="https://www.ipfire.org/location">
- <meta property="og:type" content="website">
- <meta property="og:title" content="{{ page.title }} - IPFire">
- <meta property="og:description" content={{ _("A powerful location database to find people on the Internet") }}>
- <meta property="og:image" content="https://www.ipfire.org/{{ static_url("img/ipfire-tux.png") }}">
-
- <!-- Twitter Meta Tags -->
- <meta name="twitter:card" content="summary_large_image">
- <meta property="twitter:domain" content="ipfire.org">
- <meta property="twitter:url" content="https://www.ipfire.org/location">
- <meta name="twitter:title" content="www.ipfire.org - {{ page.title }}">
- <meta name="twitter:description" content={{ _("A powerful location database to find people on the Internet") }}>
- <meta name="twitter:image" content="https://www.ipfire.org/{{ static_url("img/ipfire-tux.png") }}">
+ {% module OpenGraph(
+ title=_("IPFire Location"),
+ description="A powerful location database to find people on the Internet",
+ ) %}
{% end block %}
{% block title %}{{ _("Welcome to IPFire Location") }}{% end block %}
{% block title %}{{ _("Location of %s") % address }}{% end block %}
{% block head %}
- <!-- HTML Meta Tags -->
- <meta name="description" content="{{ _("IPFire - Location of %s") % address }}">
- <!-- Facebook Meta Tags -->
- <meta property="og:url" content="https://www.ipfire.org/location/lookup/{{ address }}">
- <meta property="og:type" content="website">
- <meta property="og:title" content="{{ page.title }} - IPFire">
- <meta property="og:description" content={{ _("Location Data of %s") % address }}>
- <meta property="og:image" content="https://www.ipfire.org/{{ static_url("img/ipfire-tux.png") }}">
-
- <!-- Twitter Meta Tags -->
- <meta name="twitter:card" content="summary_large_image">
- <meta property="twitter:domain" content="ipfire.org">
- <meta property="twitter:url" content="https://www.ipfire.org/location/lookup/{{ address }}">
- <meta name="twitter:title" content="www.ipfire.org - {{ page.title }}">
- <meta name="twitter:description" content={{ _("Location Data of %s") % address }}>
- <meta name="twitter:image" content="https://www.ipfire.org/{{ static_url("img/ipfire-tux.png") }}">
+ {% module OpenGraph(
+ title=_("IPFire Location - Lookup %s") % address,
+ description="Location Data of %s" % address,
+ ) %}
{% end block %}
{% block container %}