summaryrefslogtreecommitdiffstats
path: root/site/index.php
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-12-12 21:50:59 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-12-12 21:50:59 (EST)
commit7af5e476846849be8f26f47fe1926cbf373d6af6 (patch)
tree1dfd377db87ae132daf26af60f8d84d2d4942770 /site/index.php
parent4420e95970e33a1f015e57943a2e76ee8fdd17ff (diff)
downloadlibreboot.org-7af5e476846849be8f26f47fe1926cbf373d6af6.zip
libreboot.org-7af5e476846849be8f26f47fe1926cbf373d6af6.tar.gz
libreboot.org-7af5e476846849be8f26f47fe1926cbf373d6af6.tar.bz2
remove keywords meta tag from home page (not needed for SEO)
Diffstat (limited to 'site/index.php')
-rw-r--r--site/index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/site/index.php b/site/index.php
index 03115fe..c975ef4 100644
--- a/site/index.php
+++ b/site/index.php
@@ -24,8 +24,7 @@
<!DOCTYPE html>
<html>
<head>
- <link rel="stylesheet" type="text/css" href="common/css/main.css" />
- <meta name="keywords" content="free software, open source, FOSS, FLOSS, OSS, libre software, gnu, linux, libreboot, coreboot, bios, uefi, firmware" />
+ <link rel="stylesheet" type="text/css" href="common/css/main.css" />
<title><?php echo gettext("Libreboot project"); ?></title>
</head>