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

View file

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