enzostvs HF staff commited on
Commit
337a893
·
1 Parent(s): 2d81150

custom mets

Browse files
Files changed (1) hide show
  1. src/routes/models/+layout.svelte +4 -0
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">