mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-03 16:10:26 +03:00
Update default title and description
This commit is contained in:
@ -1,10 +1,12 @@
|
||||
---
|
||||
import Head from "../components/Head.astro";
|
||||
import Header from "../components/Header.astro";
|
||||
|
||||
const { title, description } = Astro.props;
|
||||
---
|
||||
|
||||
<html>
|
||||
<Head />
|
||||
<Head title={title} description={description} />
|
||||
|
||||
<body>
|
||||
<Header />
|
||||
|
Reference in New Issue
Block a user