File tree 2 files changed +20
-2
lines changed
2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,7 @@ const works = await Astro.glob('../pages/works/*.md');
8
8
const projects = await Astro .glob (' ../pages/projects/*.md' );
9
9
const studies = await Astro .glob (' ../pages/studies/*.md' );
10
10
const publications = await Astro .glob (' ../pages/publications/*.md' );
11
- const blogs = await Astro .glob (' ../pages/blogs/*.md' );
12
11
const contact = await Astro .glob (' ../pages/contact/*.md' );
13
- const PDF = ' /cv-20240219.pdf' ;
14
12
---
15
13
16
14
<div class =" join join-vertical gap-1" >
Original file line number Diff line number Diff line change @@ -27,6 +27,26 @@ import { Icon } from 'astro-icon/components';
27
27
<link rel =" apple-touch-icon" href =" /apple-touch-icon.png" /><!-- 180×180 -->
28
28
<link rel =" manifest" href =" /manifest.webmanifest" />
29
29
30
+ <meta property =" og:url" content =" https://janstevens.dev/" />
31
+ <meta property =" og:type" content =" website" />
32
+ <meta property =" og:title" content =" Jan Stevens" />
33
+ <meta
34
+ property =" og:description"
35
+ content =" Senior Software Engineer React | Rails | Elixir / Food & Beer lover / Dad"
36
+ />
37
+ <meta property =" og:image" content =" /profile.webp" />
38
+
39
+ <!-- Twitter Meta Tags -->
40
+ <meta name =" twitter:card" content =" summary_large_image" />
41
+ <meta property =" twitter:domain" content =" janstevens.dev" />
42
+ <meta property =" twitter:url" content =" https://janstevens.dev/" />
43
+ <meta name =" twitter:title" content =" Jan Stevens" />
44
+ <meta
45
+ name =" twitter:description"
46
+ content =" Senior Software Engineer React | Rails | Elixir / Food & Beer lover / Dad"
47
+ />
48
+ <meta name =" twitter:image" content =" /profile.webp" />
49
+
30
50
<meta name =" viewport" content =" width=device-width, initial-scale=1" />
31
51
<meta name =" generator" content ={ Astro .generator } />
32
52
<title >Jan Stevens - Fritz</title >
You can’t perform that action at this time.
0 commit comments