mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
feat: head component with excellent SEO
This commit is contained in:
parent
5d3a3b0321
commit
7659bbd1e2
8 changed files with 221 additions and 75 deletions
|
@ -1,10 +1,12 @@
|
|||
---
|
||||
import Header from '@/components/Header.astro'
|
||||
import Head from '@/components/Head.astro'
|
||||
---
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<Header />
|
||||
<head>
|
||||
<Head />
|
||||
</head>
|
||||
<body>
|
||||
<slot />
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue