mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
feat: default open graph and twitter metadata
This commit is contained in:
parent
d27a50f995
commit
74cf77ece8
3 changed files with 14 additions and 1 deletions
|
@ -12,6 +12,14 @@
|
|||
<meta name="msapplication-TileColor" content="#da532c" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
<title>hellob.art - home of bart van der braak</title>
|
||||
<meta property="twitter:image" content="%sveltekit.assets%/og.svg">
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:title" content="hellob.art - home of bart van der braak">
|
||||
<meta property="twitter:description" content="Personal website of Bart van der Braak showcasing milestones, tools and ideas.">
|
||||
<meta property="og:image" content="%sveltekit.assets%/og.svg">
|
||||
<meta property="og:title" content="hellob.art - home of bart van der braak">
|
||||
<meta property="og:description" content="Personal website of Bart van der Braak showcasing milestones, tools and ideas." />
|
||||
<meta property="og:url" content="https://hellob.art/">
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover" data-theme="theme">
|
||||
|
|
|
@ -5,7 +5,11 @@
|
|||
|
||||
<svelte:head>
|
||||
<title>hellob.art — timeline</title>
|
||||
<meta name="description" content="Timeline showing " />
|
||||
<meta
|
||||
name="description"
|
||||
content="A timeline showing a multitude of endeavors in my career, education as well as personal
|
||||
milestones."
|
||||
/>
|
||||
</svelte:head>
|
||||
|
||||
<div class="py-6 sm:py-8 lg:py-12 md:mt-8 mx-auto max-w-screen-xl px-4 md:px-8">
|
||||
|
|
1
static/og.svg
Normal file
1
static/og.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 28 KiB |
Loading…
Reference in a new issue