Skip to content

Commit

Permalink
feat(inscription): add meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jmiguelv committed Feb 11, 2025
1 parent c088c2e commit dd513df
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions frontend/src/routes/inscription/[slug]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,16 @@
}}
/>
<svelte:head>
<title>{metadata.file}: {metadata.title} | {config.title}</title>
<meta name="description" content={metadata.title} />
<meta
name="tags"
content="sicily, inscription, {metadata.textLang._}, {metadata.type._}, {metadata.objectType
?._}"
/>
</svelte:head>
<article>
<section id="overview">
<div class="overview-header">
Expand Down

0 comments on commit dd513df

Please sign in to comment.