<!-- HTML Meta Tags -->
<meta name="description" content="IPFire is a hardened, versatile, state-of-the-art Open Source firewall based on Linux.">
- <!-- Facebook Meta Tags -->
- <meta property="og:url" content="https://www.ipfire.org/">
- <meta property="og:type" content="website">
- <meta property="og:title" content="www.ipfire.org - Welcome to IPFire">
- <meta property="og:description" content="IPFire is a hardened, versatile, state-of-the-art Open Source firewall based on Linux.">
- <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/">
- <meta name="twitter:title" content="www.ipfire.org - Welcome to IPFire">
- <meta name="twitter:description" content="IPFire is a hardened, versatile, state-of-the-art Open Source firewall based on Linux.">
- <meta name="twitter:image" content="https://www.ipfire.org/{{ static_url("img/ipfire-tux.png") }}">
+ {% module OpenGraph(
+ title=_("Welcome To IPFire! - More Than A Firewall"),
+ description=_("The Open Source Linux-based Firewall Operating System with a Comprehensive Feature Set"),
+ ) %}
<link rel="alternate" type="application/atom+xml" title="RSS" href="/blog/feed.xml" />
{% end block %}