fix: bad path on inscription-newsletter.astro
parent
dcccd0f011
commit
d7496bad7b
|
@ -4,9 +4,9 @@ import Layout from '../layouts/Layout.astro'
|
||||||
|
|
||||||
<Layout title="Newsletter Les Particules">
|
<Layout title="Newsletter Les Particules">
|
||||||
<main>
|
<main>
|
||||||
<a href="./" style="text-decoration: none; color: black">
|
<a href="../" style="text-decoration: none; color: black">
|
||||||
<h1>
|
<h1>
|
||||||
<img alt="Logo" src="./logo_les-particules_noir.jpg" style="width:80px; vertical-align: middle" />
|
<img alt="Logo" src="../logo_les-particules_noir.jpg" style="width:80px; vertical-align: middle" />
|
||||||
Les particules
|
Les particules
|
||||||
</h1>
|
</h1>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in New Issue