mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-01-05 18:26:56 +01:00
Fix calendar title
This commit is contained in:
parent
d0fa5d33f4
commit
667a459873
1 changed files with 11 additions and 0 deletions
|
@ -318,6 +318,17 @@
|
|||
});
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Calendar - Paimon.moe</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Genshin Impact Calendar to show genshin impact events, banner, and birthday dates!"
|
||||
/>
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Genshin Impact Calendar to show genshin impact events, banner, and birthday dates!"
|
||||
/>
|
||||
</svelte:head>
|
||||
<div class="lg:ml-64 pt-20 lg:pt-8 max-w-screen-xl">
|
||||
<div class="px-4 2xl:px-8 mb-4 flex flex-col">
|
||||
<div class="mb-1 flex gap-1">
|
||||
|
|
Loading…
Reference in a new issue