Skip to content

Commit

Permalink
assort
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup2point0 authored Nov 4, 2024
1 parent 8a1ae17 commit 361aae3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .site/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import { prefs, popups } from "#modules/stores";
import WindowOverlay from "#parts/popups/window-overlay.svelte";
import Preferences from "#parts/popups/prefs/preferences.svelte";
import { base } from "$app/paths";
// always fallback to light
$: duality = $prefs.cols.duality ? (
Expand All @@ -23,6 +25,10 @@ $: duality = $prefs.cols.duality ? (
</script>


<svelte:head>
<meta property="og:image" content="{base}/assort/cover.png" />
</svelte:head>

<div
id="page"
class={$prefs.cols.palettes[duality]}
Expand Down

0 comments on commit 361aae3

Please sign in to comment.