Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
custom mets
Browse files
src/routes/models/+layout.svelte
CHANGED
@@ -74,6 +74,10 @@
|
|
74 |
<svelte:head>
|
75 |
<title>Explore Models</title>
|
76 |
<meta name="description" content="Explore the LoRa models to find the perfect one!" />
|
|
|
|
|
|
|
|
|
77 |
</svelte:head>
|
78 |
|
79 |
<main class="px-6 py-10 lg:px-10 lg:py-12">
|
|
|
74 |
<svelte:head>
|
75 |
<title>Explore Models</title>
|
76 |
<meta name="description" content="Explore the LoRa models to find the perfect one!" />
|
77 |
+
{#if $page.url.searchParams.get('search')}
|
78 |
+
<meta property="og:title" content="All {$page.url.searchParams.get('search')} LoRAS on LoRA Studio" />
|
79 |
+
<meta property="og:description" content="Browse and explore all {$page.url.searchParams.get('search')} models" />
|
80 |
+
{/if}
|
81 |
</svelte:head>
|
82 |
|
83 |
<main class="px-6 py-10 lg:px-10 lg:py-12">
|