From 486c01a572f50c6db925ca74600ba5d4984752df Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 25 Dec 2023 00:46:05 -0800 Subject: feat(routes): route-specific head title --- src/routes/+page.svelte | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/routes/+page.svelte') diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 2c750acd..f2f7f039 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -8,6 +8,7 @@ import settings from '../stores/settings'; import { lastActivityDate } from '$lib/AniList/activity'; import ListTitle from '$lib/List/ListTitle.svelte'; + import HeadTitle from '$lib/HeadTitle.svelte'; export let data; @@ -69,6 +70,8 @@ }; + + {#if !lastActivityWasToday}

You don't have any new activity statuses from the past day! Create one within {timeLeftToday()} -- cgit v1.2.3