Skip to content

Commit 7e3ad0f

Browse files
committed
Add Meta title to "Interviews" page
1 parent 257f74a commit 7e3ad0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/routes/interviews/+page.svelte

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@
1010
import { data as bezdek_data } from './vladimir-bezdek/interview';
1111
import { data as hurnikova_data } from './kamila-hurnikova/interview';
1212
import InterviewBox from "$src/lib/InterviewBox.svelte";
13+
import Meta from "$src/lib/Meta.svelte";
1314
1415
1516
let interviews: InterviewData[] = [vodak_data, kopecky_data, hrda_data, robinett_data, havelka_data, bezdek_data, hurnikova_data];
1617
</script>
1718

19+
<Meta title="Rozhovory" />
20+
1821
<div class="thin">
1922
<h2>Rozhovory</h2>
2023
<p>

0 commit comments

Comments
 (0)