From 5cebea8013d73179d4a2ccf9e27ad751a618868c Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 27 May 2023 23:55:45 +0200 Subject: [PATCH] update homepage title and meta tags --- _includes/head.html | 9 ++------- index.md | 4 ++-- 2 files changed, 4 insertions(+), 9 deletions(-) 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