prettier stuff

pull/9780/head
fabian9799 3 years ago
parent ab14d700db
commit aa426f69c8
No known key found for this signature in database

@ -11,19 +11,27 @@
<meta name="twitter:site" content="@sveltejs" />
<meta name="twitter:creator" content="@sveltejs" />
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="Svelte">
<link
rel="search"
type="application/opensearchdescription+xml"
href="/opensearch.xml"
title="Svelte"
/>
<!-- add inline style and blocking script to prevent content flash/jump -->
<style>
.ts-version {
display: none;
}
.prefers-ts .js-version {
display: none;
}
.prefers-ts .ts-version {
display: block;
}
.no-js .ts-toggle {
display: none;
}
@ -31,6 +39,7 @@
%sveltekit.head%
</head>
<body data-sveltekit-preload-code="hover">
<script>
const themeValue = JSON.parse(localStorage.getItem('svelte:theme'))?.current;

Loading…
Cancel
Save