mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 04:22:18 +00:00
chore: add titles
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
import type { TocItem } from '$lib/layouts/DocsArticle.svelte';
|
||||
import { writable } from 'svelte/store';
|
||||
import type { LayoutContext } from './Article.svelte';
|
||||
import { DOCS_TITLE_SUFFIX } from '$routes/titles';
|
||||
|
||||
export let title: string;
|
||||
export let description: string;
|
||||
@@ -51,7 +52,7 @@
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>{title}</title>
|
||||
<title>{title}{DOCS_TITLE_SUFFIX}</title>
|
||||
<meta name="description" content={description} />
|
||||
</svelte:head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user