Improve Discord embeds
This commit is contained in:
parent
b3063a4c85
commit
7f6b3e9f73
2 changed files with 6 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
<meta property="og:image" content="/favicon.png"/>
|
||||
<meta property="og:image:alt" content="a black cat with large eyes"/>
|
||||
{/if}
|
||||
<meta name="theme-color" content="#b462cbff">
|
||||
</svelte:head>
|
||||
|
||||
{#if page.url.pathname !== "/"}
|
||||
|
|
|
@ -45,6 +45,11 @@
|
|||
}
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<meta property="og:description"
|
||||
content="I'm a cat enby (they/it) from Australia that likes cats, Linux, and programming"/>
|
||||
</svelte:head>
|
||||
|
||||
<header>
|
||||
<img src="/favicon.png" alt="a black cat with large eyes"/>
|
||||
<h1>pancakes</h1>
|
||||
|
|
Loading…
Add table
Reference in a new issue