diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-06-20 18:30:16 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-06-20 18:30:16 +0000 |
commit | b76b7e92ca29bb3d4f18745cfe0fe5957d6da60e (patch) | |
tree | 407fd9ad1f72a104d089c1effff77817a4ea4461 /en | |
parent | 90582d90c86443044f740fb5f7671568caf1bd0c (diff) | |
download | www-b76b7e92ca29bb3d4f18745cfe0fe5957d6da60e.tar www-b76b7e92ca29bb3d4f18745cfe0fe5957d6da60e.tar.gz www-b76b7e92ca29bb3d4f18745cfe0fe5957d6da60e.tar.bz2 www-b76b7e92ca29bb3d4f18745cfe0fe5957d6da60e.tar.xz www-b76b7e92ca29bb3d4f18745cfe0fe5957d6da60e.zip |
add doc headers, fix #6506
Diffstat (limited to 'en')
-rw-r--r-- | en/community/index.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/en/community/index.php b/en/community/index.php index 8035bc7ba..137435731 100644 --- a/en/community/index.php +++ b/en/community/index.php @@ -70,8 +70,11 @@ include '../../lib/news.php'; <head> <meta charset="utf-8"> <title><?php _e('page_title')?></title> - <link rel="stylesheet" href="/g/style/all.css"> - <style> + <meta name="description" content="Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."> + <meta name="keywords" content="mageia, community, news, tools, tasks"> + <meta name="author" content="Mageia"> + <link rel="stylesheet" type="text/css" href="/g/style/all.css"> + <link rel="icon" type="image/png" href="/g/favicon.png" /> <style> #newslist { list-style: none; margin: 0; padding: 0; } #newslist > li { list-style: none; padding: 0.6em 0.9em; } #newslist li:first-child { font-weight: bold; outline: 1px solid #fa8; margin-bottom: 0.4em; background: #fffaf0; } |