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">
|
||||
<main>
|
||||
<a href="./" style="text-decoration: none; color: black">
|
||||
<a href="../" style="text-decoration: none; color: black">
|
||||
<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
|
||||
</h1>
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue