diff options
Diffstat (limited to 'root/template/html')
-rw-r--r-- | root/template/html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/root/template/html b/root/template/html index facc555..645c2a7 100644 --- a/root/template/html +++ b/root/template/html @@ -3,8 +3,8 @@ <head> <meta charset="utf-8"> <title>[% template.title or site.title or c.config.apptitle %]</title> - <meta name="description" content="Mageia.org online user account panel"> - <meta name="keywords" content="mageia, user, account, password"> + <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"> @@ -12,6 +12,7 @@ <link rel="icon" type="image/png" href="/g/favicon.png"> </head> <body class="you"> + [% PROCESS template/header %] <div id="mgnavdoc">[% content %]</div> <script src="//nav.mageia.org/js/"></script> |