gaufre: open service links in a new window
thanks @MarcWadai for the heads up
This commit is contained in:
@@ -258,7 +258,8 @@ const { services } = Astro.props
|
|||||||
) : null}
|
) : null}
|
||||||
</div>
|
</div>
|
||||||
<a
|
<a
|
||||||
target="_parent"
|
target="_blank"
|
||||||
|
title={`${name} - nouvelle fenêtre`}
|
||||||
class="lagaufre-service__name"
|
class="lagaufre-service__name"
|
||||||
href={url}
|
href={url}
|
||||||
id={`lagaufre-service-${id}`}
|
id={`lagaufre-service-${id}`}
|
||||||
|
|||||||
Reference in New Issue
Block a user