From 784ac834e684fa402ad95c0b21c47736ce645321 Mon Sep 17 00:00:00 2001
From: Abir Majumdar <beersy@gmail.com>
Date: Wed, 19 Sep 2018 09:41:50 -0700
Subject: [PATCH] Update index.html.epp

---
 site/profile/templates/index.html.epp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/profile/templates/index.html.epp b/site/profile/templates/index.html.epp
index 91b039d..2545ebf 100644
--- a/site/profile/templates/index.html.epp
+++ b/site/profile/templates/index.html.epp
@@ -2,7 +2,7 @@
 <html>
 
 <head>
-    <title>Hello World!</title>
+    <title>Hello World - Hooray!</title>
     <link rel="stylesheet" type="text/css" href="css/main.css">
     <link rel="icon" type="image/x-icon" href="img/favicon.ico">
 </head>