diff options
Diffstat (limited to 'root/template/html')
-rw-r--r-- | root/template/html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/root/template/html b/root/template/html index 93488ef..abac43a 100644 --- a/root/template/html +++ b/root/template/html @@ -4,9 +4,12 @@ <head> <meta charset="utf-8" /> <title>[% template.title or site.title or c.config.apptitle %]</title> - <meta content="description" value="" /> + <meta content="description" value="Mageia.org online user account panel" /> + <meta content="keywords" value="mageia, user, account, password" /> <meta content="robots" value="index,nofollow" /> - <link rel="stylesheet" href="/ttsite.css" /> + <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"> + <link rel="stylesheet" type="text/css" href="/static/style/ttsite.css" /> </head> <body> [% content %] |