diff --git a/ProjectSourceCode/src/views/partials/head.hbs b/ProjectSourceCode/src/views/partials/head.hbs
index 9104923..ca021c1 100644
--- a/ProjectSourceCode/src/views/partials/head.hbs
+++ b/ProjectSourceCode/src/views/partials/head.hbs
@@ -7,8 +7,7 @@
-
- {{> title}}
+
Group 6 Final Project
diff --git a/ProjectSourceCode/src/views/partials/title.hbs b/ProjectSourceCode/src/views/partials/title.hbs
deleted file mode 100644
index 810e89f..0000000
--- a/ProjectSourceCode/src/views/partials/title.hbs
+++ /dev/null
@@ -1,5 +0,0 @@
-{{#if first_name}}
- {{first_name}} - CSCI 3308 Lab 8
- {{else}}
- CSCI 3308 Lab 8
-{{/if}}
\ No newline at end of file