update home page title

This commit is contained in:
Ayo 2019-10-12 22:41:38 +08:00
parent 521a7d79e8
commit 4418172e2f
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<head> <head>
<title>{{page.title}} | Web Technologies and Productivity Hacks | {{site.title}}</title> <title>{{page.title}} - Web Technologies and Productivity Hacks - {{site.title}}</title>
<meta name="description" content="Learn how to use the best and latest web technologies to boost your productivity." /> <meta name="description" content="Learn how to use the best and latest web technologies to boost your productivity." />
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />

View file

@ -5,7 +5,7 @@
layout: "home" layout: "home"
type: "home" type: "home"
title: "Full Hacker: Web Technologies and Productivity Hacks" title: "Full Hacker Homepage"
description: "Full hacker is a place to learn new web technologies and productivity hacks." description: "Full hacker is a place to learn new web technologies and productivity hacks."
image: "hello-world" image: "hello-world"
--- ---