mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-04 04:25:28 +00:00
feat: add meta tags, and links, and other SEO optimization to the head
This commit is contained in:
@@ -48,7 +48,16 @@ const title = entry.data.title;
|
||||
const description = entry.data.description;
|
||||
---
|
||||
|
||||
<GridLayout title={title} description={description} grid="fullsize" innerGrid backLink="/journal/">
|
||||
<GridLayout
|
||||
backLink="/journal/"
|
||||
cover={entry.data.cover}
|
||||
description={description}
|
||||
grid="fullsize"
|
||||
innerGrid
|
||||
nofollow={entry.data.nofollow}
|
||||
noindex={entry.data.noindex}
|
||||
title={title}
|
||||
>
|
||||
<PageTitle slot="title" class="!text-6">
|
||||
{entry.data.title}
|
||||
</PageTitle>
|
||||
|
||||
Reference in New Issue
Block a user