aboutsummaryrefslogtreecommitdiffstats
path: root/root/template/html
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2010-11-06 16:51:58 +0000
committerRomain d'Alverny <rda@mageia.org>2010-11-06 16:51:58 +0000
commitcad400d456ba9171abf1ee087a011dbb4409a439 (patch)
tree6abc29b4c2ef954a3dae85c85b0b19c634dc9c1a /root/template/html
parentae4009c1052d9e6163a24c2668dd4d9e039bf3fc (diff)
downloadidentity-cad400d456ba9171abf1ee087a011dbb4409a439.tar
identity-cad400d456ba9171abf1ee087a011dbb4409a439.tar.gz
identity-cad400d456ba9171abf1ee087a011dbb4409a439.tar.bz2
identity-cad400d456ba9171abf1ee087a011dbb4409a439.tar.xz
identity-cad400d456ba9171abf1ee087a011dbb4409a439.zip
new layout based on YUI CSS reset/fonts/grids
Diffstat (limited to 'root/template/html')
-rw-r--r--root/template/html7
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 %]