feat: nav completa su tutte le pagine (contatti, privacy, termini)
This commit is contained in:
@@ -12,7 +12,7 @@ import Footer from '../components/Footer.astro';
|
||||
>
|
||||
<script slot="head" src="https://js.hcaptcha.com/1/api.js" async defer></script>
|
||||
|
||||
<Nav variant="back" />
|
||||
<Nav variant="full" />
|
||||
|
||||
<main>
|
||||
<div class="page-tag">Contatti</div>
|
||||
|
||||
@@ -10,7 +10,7 @@ import Footer from '../components/Footer.astro';
|
||||
canonical="https://www.smart-roots.net/privacy"
|
||||
noindex={true}
|
||||
>
|
||||
<Nav variant="back" />
|
||||
<Nav variant="full" />
|
||||
|
||||
<main>
|
||||
<div class="page-tag">Legal</div>
|
||||
|
||||
@@ -10,7 +10,7 @@ import Footer from '../components/Footer.astro';
|
||||
canonical="https://www.smart-roots.net/termini"
|
||||
noindex={true}
|
||||
>
|
||||
<Nav variant="back" />
|
||||
<Nav variant="full" />
|
||||
|
||||
<main>
|
||||
<div class="page-tag">Legal</div>
|
||||
|
||||
Reference in New Issue
Block a user