update homepage title and meta tags

This commit is contained in:
Ayo 2023-05-27 23:55:45 +02:00
parent 03d9389fc9
commit 5cebea8013
2 changed files with 4 additions and 9 deletions

View file

@ -1,7 +1,5 @@
<head>
<title>
{{page.title}} - Web Technologies and Productivity Hacks - {{site.title}}
</title>
<title>{{site.title}} • {{page.title}}</title>
<meta
name="description"
content="Learn how to use the best and latest web technologies to boost your productivity."
@ -13,10 +11,7 @@
<!-- Open Graph data -->
<meta property="og:title" content="{{ page.title }}" />
<meta property="og:url" content="{{ page.url | absolute_url }}" />
<meta
property="og:description"
content="{{ page.description }} • {{ page.title }}"
/>
<meta property="og:description" content="{{ page.description }}" />
{% if page.type == "post" %}
<meta property="og:type" content="article" />

View file

@ -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"
---