Skip to content

Commit

Permalink
Fix newsletter subscription link (1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien committed Nov 13, 2024
1 parent 47f8bab commit ee0b9f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion en/support.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h1>
<p>
Do you just want to be updated about our most important news and activities ?<br>
Then <strong>subscribe to our newsletter</strong> using <a target="_blank"
href="https://members.osm.be/subscribe/newsletter">this form</a>.
href="{{ site.newsletter.subscribe }}">this form</a>.
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion fr/support.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h1>
<p>
Vous voulez simplement être au tenu courant de nos principales nouvelles et activités?<br>
<strong>Abonnez-vous à notre newsletter</strong> en utilisant <a
href="https://members.osm.be/subscribe/newsletter" target="_blank">ce formulaire</a>.
href="{{ site.newsletter.subscribe }}" target="_blank">ce formulaire</a>.
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion nl/support.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h1>
</p>
<p>
Wil je gewoon op de hoogte blijven van het belangrijkste nieuws en activiteiten?<br>
Abonneer je dan op <strong><a href="https://members.osm.be/subscribe/newsletter" target="_blank">onze
Abonneer je dan op <strong><a href="{{ site.newsletter.subscribe }}" target="_blank">onze
nieuwsbrief</a></strong>.
</p>
</div>
Expand Down

0 comments on commit ee0b9f0

Please sign in to comment.