mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
Add title and description to blog posts
This commit is contained in:
@@ -56,7 +56,10 @@ const jsonLd = {
|
|||||||
};
|
};
|
||||||
---
|
---
|
||||||
|
|
||||||
<ContentLayout>
|
<ContentLayout
|
||||||
|
title={`${post.data.title} | Timothy Pidashev`}
|
||||||
|
description={post.data.description}
|
||||||
|
>
|
||||||
<script type="application/ld+json" set:html={JSON.stringify(jsonLd)} />
|
<script type="application/ld+json" set:html={JSON.stringify(jsonLd)} />
|
||||||
<div class="relative max-w-8xl mx-auto">
|
<div class="relative max-w-8xl mx-auto">
|
||||||
<article class="prose prose-lg mx-auto max-w-4xl">
|
<article class="prose prose-lg mx-auto max-w-4xl">
|
||||||
|
|||||||
Reference in New Issue
Block a user