fix: seo for post
This commit is contained in:
parent
ab60b4baf7
commit
71ea19d6cb
2 changed files with 13 additions and 6 deletions
|
|
@ -13,13 +13,8 @@
|
|||
export let description;
|
||||
// svelte-ignore unused-export-let
|
||||
export let date;
|
||||
// svelte-ignore unused-export-let
|
||||
export let keywords;
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>{title}</title>
|
||||
<meta name="description" content={description} />
|
||||
<meta name="keywords" content={keywords.join(', ')} />
|
||||
</svelte:head>
|
||||
|
||||
<slot />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue