{% block title %}{{ _("About IPFire") }}{% end block %}
{% block head %}
- <!-- HTML Meta Tags -->
- <meta name="description" content={{ _("IPFire - About") }}>
- <!-- Facebook Meta Tags -->
- <meta property="og:url" content="https://www.ipfire.org/about">
- <meta property="og:type" content="website">
- <meta property="og:title" content="About - IPFire">
- <meta property="og:description" content="IPFire_ is the world's leading Open Source firewall distribution. Businesses across the world have chosen to put their trust in our versatile, feature-rich solution with its easy-to-use web management console. Why not join them today?">
- <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/about">
- <meta name="twitter:title" content="www.ipfire.org - About">
- <meta name="twitter:description" content="IPFire_ is the world's leading Open Source firewall distribution. Businesses across the world have chosen to put their trust in our versatile, feature-rich solution with its easy-to-use web management console. Why not join them today?">
- <meta name="twitter:image" content="https://www.ipfire.org/{{ static_url("img/ipfire-tux.png") }}">
+ {% module OpenGraph(
+ title=_("About IPFire"),
+ description="IPFire_ is the world's leading Open Source firewall distribution. Businesses across the world have chosen to put their trust in our versatile, feature-rich solution with its easy-to-use web management console. Why not join them today?",
+ ) %}
{% end block %}
{% block container %}