forked from DevComp/ssh-portfolio
feat: website head & layout
This commit is contained in:
parent
6b7421b6e1
commit
e492e2b275
1 changed files with 4 additions and 2 deletions
|
@ -1,12 +1,14 @@
|
|||
<script lang="ts">
|
||||
import '../app.css';
|
||||
import favicon from '$lib/assets/favicon.svg';
|
||||
|
||||
let { children } = $props();
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<link rel="icon" href={favicon} />
|
||||
<title>devcomp.xyz</title>
|
||||
<link rel="icon" href="/favicon.png" />
|
||||
<meta content="ssh devcomp.xyz" property="og:title" />
|
||||
<meta content="#B59BFD" data-react-helmet="true" name="theme-color" />
|
||||
</svelte:head>
|
||||
|
||||
{@render children?.()}
|
||||
|
|
Loading…
Add table
Reference in a new issue