Skip to content

Commit b0b25b1

Browse files
committed
fix: Fixed years and OG tags
1 parent 5bc6f10 commit b0b25b1

File tree

4 files changed

+25
-20
lines changed

4 files changed

+25
-20
lines changed

.idea/frontendfestival.nl.iml

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app.html

+15-16
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="utf-8" />
5-
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
6-
<meta name="viewport" content="width=device-width" />
7-
<link rel="preconnect" href="https://fonts.googleapis.com" />
8-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
9-
<link
10-
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap"
11-
rel="stylesheet"
12-
/>
3+
<head>
4+
<meta charset="utf-8" />
5+
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
6+
<meta name="viewport" content="width=device-width" />
7+
<link rel="preconnect" href="https://fonts.googleapis.com" />
8+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
9+
<link
10+
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet"
11+
/>
1312

14-
<title>Frontend Festival 2023</title>
13+
<title>Frontend Festival 2024</title>
1514

16-
%sveltekit.head%
17-
</head>
18-
<body data-sveltekit-preload-data="hover">
19-
<div style="display: contents">%sveltekit.body%</div>
20-
</body>
15+
%sveltekit.head%
16+
</head>
17+
<body data-sveltekit-preload-data="hover">
18+
<div style="display: contents">%sveltekit.body%</div>
19+
</body>
2120
</html>

src/routes/+page.svelte

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
<svelte:head>
1212
<title>Frontend Festival 2024</title>
1313

14-
<meta name="title" property="og:title" content="Frontend Festival 2023" />
14+
<meta name="title" property="og:title" content="Frontend Festival 2024" />
1515
<meta
1616
name="description"
1717
property="og:description"
18-
content="Are you a frontend developer who is ‘in’ for inspiration? Join us and get your ticket now!"
18+
content="On the 5th of September, Sopra Steria will be hosting the second iteration of the Frontend Festival!"
1919
/>
2020
<meta name="type" property="og:type" content="website" />
2121
<meta name="url" property="og:url" content="https://frontendfestival.nl/" />

src/routes/sitemap.xml/+server.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ export async function GET() {
1212
>
1313
<url>
1414
<loc>https://frontendfestival.nl/</loc>
15-
<lastmod>2023-03-01</lastmod>
15+
<lastmod>2024-04-07</lastmod>
16+
</url>
17+
<url>
18+
<loc>https://frontendfestival.nl/code-of-conduct</loc>
19+
<lastmod>2024-04-07</lastmod>
1620
</url>
1721
</urlset>`.trim(),
1822
{

0 commit comments

Comments
 (0)