{% block title %}{{ _("Welcome!") }}{% end block %}
{% block head %}
- <meta name="description" content="{{ _("The IPFire Blog has the latest news from the IPFire Project about Development, Current Affairs, and many more interesting things.") }}" />
+ <!-- HTML Meta Tags -->
+ <meta name="description" content="IPFire Blog">
+
+ <!-- Facebook Meta Tags -->
+ <meta property="og:url" content="https://www.ipfire.org/blog">
+ <meta property="og:type" content="website">
+ <meta property="og:title" content="{{ page.title }} - IPFire">
+ <meta property="og:description" content="{{ _("The IPFire Blog has the latest news from the IPFire Project about Development, Current Affairs, and many more interesting things.") }}">
+ <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/blog">
+ <meta name="twitter:title" content="www.ipfire.org - {{ page.title }}">
+ <meta name="twitter:description" content="{{ _("The IPFire Blog has the latest news from the IPFire Project about Development, Current Affairs, and many more interesting things.") }}">
+ <meta name="twitter:image" content="https://www.ipfire.org/{{ static_url("img/ipfire-tux.png") }}">
<!-- Feed URL -->
<link rel="alternate" type="application/atom+xml" title="RSS" href="/blog/feed.xml" />