diff options
author | Frédéric Buclin <LpSolit@netscape.net> | 2017-04-17 14:58:35 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-17 15:17:24 +0200 |
commit | 868ad01a05286ef80f67d27d6d9e82bd60aa8ec0 (patch) | |
tree | 2066a618c6cc84ff3c9e6cb64b5bbdb5d7422d4f /root | |
parent | b76e9dc744a8aaa79b089f9c0adbe57f7f053593 (diff) | |
download | identity-868ad01a05286ef80f67d27d6d9e82bd60aa8ec0.tar identity-868ad01a05286ef80f67d27d6d9e82bd60aa8ec0.tar.gz identity-868ad01a05286ef80f67d27d6d9e82bd60aa8ec0.tar.bz2 identity-868ad01a05286ef80f67d27d6d9e82bd60aa8ec0.tar.xz identity-868ad01a05286ef80f67d27d6d9e82bd60aa8ec0.zip |
Remove deprecated <meta name="keywords">. Search engines no longer use it
Diffstat (limited to 'root')
-rw-r--r-- | root/template/html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/root/template/html b/root/template/html index a363870..fe90adb 100644 --- a/root/template/html +++ b/root/template/html @@ -4,7 +4,6 @@ <meta charset="utf-8"> <title>[% template.title or site.title or c.config.apptitle %]</title> <meta name="description" content="[% template.title or site.title or c.config.apptitle %]"> - <meta name="keywords" content="mageia, user, account, password, compte, accès, identity, identité, utilisateur, participate, participez, contribute"> <meta name="robots" content="index,nofollow"> <link rel="stylesheet" type="text/css" href="/static/style/yui/reset-fonts-grids.css"> <link rel="stylesheet" type="text/css" href="/static/style/yui/base-min.css"> |