From 99e42aafef43510b5c5fb8025963b667e8e2a6d1 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 21 Sep 2018 09:14:43 +0800 Subject: [PATCH] fix socmed meta tags --- _includes/head.html | 28 ++++++++++++++-------------- index.md | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index 001e2b4..1f430ae 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -9,31 +9,31 @@ {{page.title}} | Web Technologies and Productivity Hacks | {{site.title}} - - - - + + + + - - - + + + - - - - - + + + + + - + {% if page.type == "post" %} {% else %}{% endif %} - + diff --git a/index.md b/index.md index ad5a4e2..8a5b002 100644 --- a/index.md +++ b/index.md @@ -7,5 +7,5 @@ layout: "home" type: "home" title: "Full Hacker: Web Technologies and Productivity Hacks" description: "Full hacker is a place to learn new web technologies and productivity hacks." -image: "hello-world.jpg" +image: "hello-world" ---