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>
|
<script slot="head" src="https://js.hcaptcha.com/1/api.js" async defer></script>
|
||||||
|
|
||||||
<Nav variant="back" />
|
<Nav variant="full" />
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<div class="page-tag">Contatti</div>
|
<div class="page-tag">Contatti</div>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import Footer from '../components/Footer.astro';
|
|||||||
canonical="https://www.smart-roots.net/privacy"
|
canonical="https://www.smart-roots.net/privacy"
|
||||||
noindex={true}
|
noindex={true}
|
||||||
>
|
>
|
||||||
<Nav variant="back" />
|
<Nav variant="full" />
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<div class="page-tag">Legal</div>
|
<div class="page-tag">Legal</div>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import Footer from '../components/Footer.astro';
|
|||||||
canonical="https://www.smart-roots.net/termini"
|
canonical="https://www.smart-roots.net/termini"
|
||||||
noindex={true}
|
noindex={true}
|
||||||
>
|
>
|
||||||
<Nav variant="back" />
|
<Nav variant="full" />
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<div class="page-tag">Legal</div>
|
<div class="page-tag">Legal</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user