diff --git a/views/contact.ejs b/views/contact.ejs index 420d1eb..9a4319a 100644 --- a/views/contact.ejs +++ b/views/contact.ejs @@ -49,7 +49,7 @@
-

Instagram

+

GitHub

diff --git a/views/home.ejs b/views/home.ejs index b9891c4..fd87b82 100644 --- a/views/home.ejs +++ b/views/home.ejs @@ -1,6 +1,6 @@ <%- include("partials/header"); -%> -

Welcome to The Project Mind.

+

Welcome to a simple full stack blog.

<%= startingContent %>

diff --git a/views/partials/header.ejs b/views/partials/header.ejs index 049abe5..0499bec 100644 --- a/views/partials/header.ejs +++ b/views/partials/header.ejs @@ -3,14 +3,14 @@ - The Project Mind + A Simple Blog