mirror of
https://github.com/ProjectSegfault/website.git
synced 2025-05-31 14:12:04 +05:30
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user