Skip to content

Commit

Permalink
feat: seo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Otter committed Jul 8, 2024
1 parent 6e654bd commit 5ddb499
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<Nav />

<!-- Content -->
<div :class="$style.inner">
<main :class="$style.inner">

<main :class="$style.main">
<article :class="$style.main">
<NavigationSwitchLocale v-if="localeSwitcher" :slug="localeSwitcher" />
<slot />
</main>
</article>

<Socials v-if="withPress" :class="$style.news" />
</div>
</main>

<!-- Footer -->
<Footer />
Expand Down

0 comments on commit 5ddb499

Please sign in to comment.