{% block title %}{{ _("Donate") }}{% end block %}
{% block head %}
- <!-- HTML Meta Tags -->
- <meta name="description" content={{ _("IPFire - Donate") }}>
- <!-- Facebook Meta Tags -->
- <meta property="og:url" content="https://www.ipfire.org/donate">
- <meta property="og:type" content="website">
- <meta property="og:title" content="Donate - IPFire">
- <meta property="og:description" content="Please support our project with your donation today. It helps with Development and every donation is much appreciated.">
- <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/donate">
- <meta name="twitter:title" content="www.ipfire.org - Donate">
- <meta name="twitter:description" content="Please support our project with your donation today. It helps with Development and every donation is much appreciated.">
- <meta name="twitter:image" content="https://www.ipfire.org/{{ static_url("img/ipfire-tux.png") }}">
+ {% module OpenGraph(
+ title=_("Donate To IPFire Today"),
+ description=_("Please support our project with your donation today"),
+ ) %}
{% end block %}
{% block container %}