diff --git a/resume/index.php b/resume/index.php
index f19fb4d..e4cf538 100644
--- a/resume/index.php
+++ b/resume/index.php
@@ -2,7 +2,7 @@
include_once("../common.php");
include("../header_top.php");
?>
-
@@ -71,9 +71,9 @@ Virginia Polytechnic Institute and State University (Virginia Tech), Blacksburg,
diff --git a/tabs.php b/tabs.php
index 4f25b5a..73af9fc 100644
--- a/tabs.php
+++ b/tabs.php
@@ -3,11 +3,11 @@
array("aclindsay.com", "", "%^/?$%"),
- "Blog" => array("blog.aclindsay.com", "", "%.*%"),
- "Contact" => array("aclindsay.com", "/contact", "%^/contact(/.*)?%"),
- "Projects" => array("aclindsay.com", "/projects", "%^/projects(/.*)?%"),
- "Résumé" => array("aclindsay.com", "/resume", "%^/resume(/.*)?%")
+ "Home" => array("aclindsay.com", "", "%^/?$%"),
+ "Blog" => array("blog.aclindsay.com", "", "%.*%"),
+ "Contact" => array("aclindsay.com", "/contact", "%^/contact(/.*)?%"),
+ "Projects" => array("aclindsay.com", "/projects", "%^/projects(/.*)?%"),
+ "Resume" => array("aclindsay.com", "/resume", "%^/resume(/.*)?%")
);
$protocol = get_protocol();
$http_host = $_SERVER['HTTP_HOST'];