]> git.ipfire.org Git - ipfire.org.git/commitdiff
Improve description text
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 18 Mar 2019 16:17:35 +0000 (16:17 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 18 Mar 2019 16:29:15 +0000 (16:29 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/base.html
src/templates/blog/index.html
src/templates/index.html

index d9ee78a0737933013a28df20b0e7d276637e22f1..146cbea13daa542cb83865208377ab0bee3f4d3d 100644 (file)
@@ -6,7 +6,6 @@
                <meta name="author" content="IPFire.org - IPFire Development Team" />
 
                <meta name="keywords" content="Linux, Firewall, IPFire, Security, IPCop, Open Source, Free, ARM, VPN, Proxy, IDS, IPS" />
-               <meta name="description" content="{{ _("IPFire is a free firewall distribution based on Linux.") }}" />
 
                <link rel="icon" sizes="192x192" href="{{ static_url("img/apple-touch-icon-192x192-precomposed.png") }}">
                {% for res in ("72x72", "76x76", "120x120", "144x144", "152x152", "180x180") %}
index 4ea3622654e2ee8259461aecee8c23a0e339d8c4..dce3d3008d3ad842bb95a1b2ebac95b7c906e44d 100644 (file)
@@ -2,6 +2,10 @@
 
 {% 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.") }}" />
+{% end %}
+
 {% block main %}
        <div class="card">
                <div class="card-body">
index 27a2d32f615e2ca18ecb7cd63878a15a53557a72..2a3d3f3eaba384a8cdac6a9aff5cb70dc93526d0 100644 (file)
@@ -1,6 +1,7 @@
 {% extends "base.html" %}
 
 {% block head %}
+       <meta name="description" content="{{ _("IPFire is a hardened, versatile, state-of-the-art Open Source firewall based on Linux.") }}" />
        <link rel="alternate" type="application/rss+xml" title="RSS" href="https://blog.ipfire.org/feed.xml" />
 {% end block %}
 
@@ -33,7 +34,7 @@
                                        <h1 class="mb-0">{{ _("Secure your network with IPFire") }}</h1>
 
                                        <p>
-                                               {{ _("IPFire is a versatile, state-of-the-art Open Source firewall based on Linux.") }}
+                                               {{ _("IPFire is a hardened, versatile, state-of-the-art Open Source firewall based on Linux.") }}
                                                {{ _("Its ease of use, high performance in any scenario and extensibility make it usable for everyone.") }}
                                        </p>