Skip to content

Commit

Permalink
Fix links in SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
colecrouter committed Nov 20, 2023
1 parent f922e7c commit deb5fb7
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,15 @@

<nav>
<h2><a href={`${base}/`}>Upload</a></h2>
<h2><a href={`${base}/backups`}>Backups</a></h2>

<h2><a href={`${base}/inventory`}>Inventory</a></h2>
<h2><a href={`${base}/character`}>Character</a></h2>
<h2><a href={`${base}/appearance`}>Appearance</a></h2>
<h2><a href={`${base}/relationships`}>Relationships</a></h2>
<h2><a href={`${base}/crafting`}>Crafting</a></h2>
<h2><a href={`${base}/cooking`}>Cooking</a></h2>

<h2><a rel="canonical" href={`${base}/backups`}>Backups</a></h2>

<h2><a rel="canonical" href={`${base}/inventory`}>Inventory</a></h2>
<h2><a rel="canonical" href={`${base}/character`}>Character</a></h2>
<h2><a rel="canonical" href={`${base}/appearance`}>Appearance</a></h2>
<h2><a rel="canonical" href={`${base}/relationships`}>Relationships</a></h2>
<h2><a rel="canonical" href={`${base}/crafting`}>Crafting</a></h2>
<h2><a rel="canonical" href={`${base}/cooking`}>Cooking</a></h2>
</nav>

<h3><a href="https://github.com/colecrouter/stardew-save-editor">Link to the GitHub project</a></h3>
Expand Down

0 comments on commit deb5fb7

Please sign in to comment.