diff --git a/input/Home.cshtml b/input/Home.cshtml
index 2fcec13..6f3ccc3 100644
--- a/input/Home.cshtml
+++ b/input/Home.cshtml
@@ -4,7 +4,7 @@
@if (Model.Title != null)
{
- @Model.Title
+ ATL Dev Con! - @Model.Title
}
@if (Model.Content != null)
@@ -47,4 +47,4 @@
let msg = await response.text();
document.querySelector("#testimonial").innerHTML = msg;
}
-
\ No newline at end of file
+