contact i18n

Signed-off-by: Alex J <odyssey346@disroot.org>
This commit is contained in:
Alex J
2022-06-21 20:24:18 +02:00
parent f980b9d0a7
commit 3ea415e0e7
4 changed files with 29 additions and 25 deletions

View File

@@ -1,22 +1,14 @@
<!--TODO: Bring back the SEO stuff-->
<script lang="ts">
export let title;
export let description;
export let separator;
import SvelteSeo from "svelte-seo";
import * as strings from "$lib/strings";
// Enjoy the jank.
if (title === "Project Segfault") {
title = "";
separator = "";
} else {
separator = "|";
}
</script>
<SvelteSeo
openGraph={{
title: title,
description: description,
title: "Project Segfault",
description: "4 idiots, a Sun server and a Hitachi Compute Rack.",
type: "website",
images: [
{
@@ -30,7 +22,7 @@
/>
<svelte:head>
<title>{title} {separator} Project Segfault</title>
<title>Project Segfault</title>
</svelte:head>
<div class="mdsvex_content">