gaufre: open service links in a new window

thanks @MarcWadai for the heads up
This commit is contained in:
Emmanuel Pelletier
2024-06-21 15:16:52 +02:00
parent a4d98f4f17
commit 937b8f6185

View File

@@ -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}`}