fix: seo for post

This commit is contained in:
Alexander Daichendt 2022-07-26 08:36:24 +02:00
parent ab60b4baf7
commit 71ea19d6cb
2 changed files with 13 additions and 6 deletions

View file

@ -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 />