diff --git a/_includes/head.html b/_includes/head.html index 5ab330f..0e3dde9 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,7 +1,5 @@ - - {{page.title}} - Web Technologies and Productivity Hacks - {{site.title}} - + {{site.title}} • {{page.title}} - + {% if page.type == "post" %} diff --git a/index.md b/index.md index 79826ab..801f5d6 100644 --- a/index.md +++ b/index.md @@ -5,7 +5,7 @@ layout: "home" type: "home" -title: "Ayo Ayco" -description: "This is a place to learn new web technologies and productivity hacks." +title: "Home" +description: "Web Technologies and Productivity Hacks" image: "hello-world" --- \ No newline at end of file