mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-06-29 07:49:10 +00:00
feat: update icon references and title
This commit is contained in:
parent
3bb13dbdb0
commit
39422344c8
2 changed files with 10 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
export let title: string = siteConfig.name;
|
||||
|
||||
$: title = $page.data?.title ? `${$page.data.title} - ${siteConfig.name}` : siteConfig.name;
|
||||
$: title = $page.data?.title ? `${$page.data.title} — ${siteConfig.name}` : siteConfig.name;
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
|
@ -29,7 +29,4 @@
|
|||
<meta property="og:description" content={siteConfig.description} />
|
||||
<meta property="og:site_name" content={siteConfig.name} />
|
||||
<meta property="og:locale" content="EN_US" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<link rel="shortcut icon" href="/favicon-16x16.png" />
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
||||
</svelte:head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue