commit 7bae175d3b0a4aa23d936eabed1368f481ae7821 parent dedeb31020be22a2052c95cd9128483a09bee914 Author: Kévin Le Gouguec <kevin.legouguec@gmail.com> Date: Sat, 13 Mar 2021 17:11:47 +0100 Open organizer website in new tab Diffstat:
| M | concerts.html | | | 3 | ++- |
| M | en/concerts.html | | | 3 | ++- |
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/concerts.html b/concerts.html @@ -31,7 +31,8 @@ </ol> <p class="more"> Informations et réservations : - <a href="https://weekenddemusiqueclassique.fr"> + <a href="https://weekenddemusiqueclassique.fr" + target="_blank"> https://weekenddemusiqueclassique.fr </a> </p> diff --git a/en/concerts.html b/en/concerts.html @@ -31,7 +31,8 @@ </ol> <p class="more"> Information and reservation : - <a href="https://weekenddemusiqueclassique.fr"> + <a href="https://weekenddemusiqueclassique.fr" + target="_blank"> https://weekenddemusiqueclassique.fr </a> </p>